1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-28 00:15:34 +02:00

bump version to 0.5.0

This commit is contained in:
Jfreegman 2014-09-01 18:48:10 -04:00
parent 934459dea8
commit 2ce42ab057
2 changed files with 2 additions and 6 deletions

View File

@ -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)

View File

@ -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.");
}