mirror of
				https://github.com/Tha14/toxic.git
				synced 2025-11-04 05:36:51 +01:00 
			
		
		
		
	bump version to 0.5.0
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
# Version
 | 
					# Version
 | 
				
			||||||
TOXIC_VERSION = 0.4.7
 | 
					TOXIC_VERSION = 0.5.0
 | 
				
			||||||
REV = $(shell git rev-list HEAD --count)
 | 
					REV = $(shell git rev-list HEAD --count)
 | 
				
			||||||
VERSION = $(TOXIC_VERSION)_r$(REV)
 | 
					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)
 | 
					    if (do_command(w, self, m, num_args, GLOBAL_NUM_COMMANDS, global_commands, args) == 0)
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef _SOUND_NOTIFY
 | 
					 | 
				
			||||||
        sound_notify(self, error, 0, NULL);
 | 
					 | 
				
			||||||
#else
 | 
					 | 
				
			||||||
    line_info_add(self, NULL, NULL, NULL, SYS_MSG, 0, 0, "Invalid command.");
 | 
					    line_info_add(self, NULL, NULL, NULL, SYS_MSG, 0, 0, "Invalid command.");
 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user