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

Updated copyright notice and version (3.16c).

parent 073ea1c0
No related branches found
No related tags found
No related merge requests found
......@@ -51,15 +51,15 @@
/*************/
#define VERSION "3.16" /* Version: Major.minor */
#define REVISION 'a' /* Revision: lowercase letter */
#define REVISION 'c' /* Revision: lowercase letter */
#define VERSION_NUM (31600 + (tolower(REVISION)-'a'))
#define VERSION_HEX (0x31600 + (tolower(REVISION)-'a'))
#define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\
" Version " VERSION
#define SYNCHRONET_CRC 0x9BCDD162
#define COPYRIGHT_NOTICE "Copyright 2014 Rob Swindell"
#define COPYRIGHT_CRC 0xB9FF7384
#define COPYRIGHT_NOTICE "Copyright 2015 Rob Swindell"
#define COPYRIGHT_CRC 0x24F092F2
#define Y2K_2DIGIT_WINDOW 70
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment