Skip to content
Snippets Groups Projects
Commit abd3aed2 authored by rswindell's avatar rswindell
Browse files

I hereby dub this current mess, v3.16 (a work in progress). :-)

parent 047e01a8
No related branches found
No related tags found
No related merge requests found
...@@ -50,10 +50,10 @@ ...@@ -50,10 +50,10 @@
/* Constants */ /* Constants */
/*************/ /*************/
#define VERSION "3.15" /* Version: Major.minor */ #define VERSION "3.16" /* Version: Major.minor */
#define REVISION 'c' /* Revision: lowercase letter */ #define REVISION 'a' /* Revision: lowercase letter */
#define VERSION_NUM (31500 + (tolower(REVISION)-'a')) #define VERSION_NUM (31600 + (tolower(REVISION)-'a'))
#define VERSION_HEX (0x31500 + (tolower(REVISION)-'a')) #define VERSION_HEX (0x31600 + (tolower(REVISION)-'a'))
#define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\ #define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\
" Version " VERSION " Version " VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment