mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 09:16:45 +02:00
Merge pull request #384 from stqism/master
Adds full -D support to toxics versioning, includes the commit number
This commit is contained in:
2
main.c
2
main.c
@ -22,7 +22,7 @@ extern int add_req(uint8_t *public_key); // XXX
|
||||
|
||||
/* Holds status of chat windows */
|
||||
char WINDOW_STATUS[MAX_WINDOW_SLOTS];
|
||||
#define TOXICVER "0.1.0" //Will be moved to a -D flag later
|
||||
//#define TOXICVER "0.1.0" //Will be moved to a -D flag later
|
||||
|
||||
static ToxWindow windows[MAX_WINDOW_SLOTS];
|
||||
static ToxWindow* prompt;
|
||||
|
Reference in New Issue
Block a user