mirror of
				https://github.com/Tha14/toxic.git
				synced 2025-10-31 08:46:52 +01:00 
			
		
		
		
	bump version to 0.5.0
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| # Version | ||||
| TOXIC_VERSION = 0.4.7 | ||||
| TOXIC_VERSION = 0.5.0 | ||||
| REV = $(shell git rev-list HEAD --count) | ||||
| VERSION = $(TOXIC_VERSION)_r$(REV) | ||||
|  | ||||
|   | ||||
| @@ -170,9 +170,5 @@ void execute(WINDOW *w, ToxWindow *self, Tox *m, const char *input, int mode) | ||||
|     if (do_command(w, self, m, num_args, GLOBAL_NUM_COMMANDS, global_commands, args) == 0) | ||||
|         return; | ||||
|  | ||||
| #ifdef _SOUND_NOTIFY | ||||
|         sound_notify(self, error, 0, NULL); | ||||
| #else | ||||
|         line_info_add(self, NULL, NULL, NULL, SYS_MSG, 0, 0, "Invalid command."); | ||||
| #endif | ||||
|     line_info_add(self, NULL, NULL, NULL, SYS_MSG, 0, 0, "Invalid command."); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user