diff --git a/main.c b/main.c index d457957..7fa9e96 100644 --- a/main.c +++ b/main.c @@ -22,7 +22,10 @@ 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 + +#ifndef TOXICVER +#define TOXICVER "NOVER" //Use the -D flag to set this +#endif static ToxWindow windows[MAX_WINDOW_SLOTS]; static ToxWindow* prompt;