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

Increased rev to 'b' (v3.17b).

Incremented copyright year to 2019.
parent 6429d952
No related branches found
No related tags found
No related merge requests found
......@@ -13373,7 +13373,7 @@ object AboutBoxForm: TAboutBoxForm
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
AutoSize = False
Caption = 'Copyright 2018 ::'
Caption = 'Copyright 2019 ::'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
......
......@@ -138,13 +138,13 @@ CodePage=1252
[Version Info Keys]
CompanyName=Rob Swindell
FileDescription=Synchronet BBS Control Panel
FileVersion=3.17.0.0
FileVersion=3.17.1.0
InternalName=
LegalCopyright=(C) 2018 Rob Swindell
LegalCopyright=(C) 2019 Rob Swindell
LegalTrademarks=
OriginalFilename=sbbsctrl.exe
ProductName=Synchronet BBS
ProductVersion=3.17a
ProductVersion=3.17b
Comments=
[Excluded Packages]
......
......@@ -50,15 +50,15 @@
/*************/
#define VERSION "3.17" /* Version: Major.minor */
#define REVISION 'a' /* Revision: lowercase letter */
#define REVISION 'b' /* Revision: lowercase letter */
#define VERSION_NUM (31700 + (tolower(REVISION)-'a'))
#define VERSION_HEX (0x31700 + (tolower(REVISION)-'a'))
#define VERSION_NOTICE "Synchronet BBS for " PLATFORM_DESC\
" Version " VERSION
#define SYNCHRONET_CRC 0x9BCDD162
#define COPYRIGHT_NOTICE "Copyright 2018 Rob Swindell"
#define COPYRIGHT_CRC 0x930AE2A9
#define COPYRIGHT_NOTICE "Copyright 2019 Rob Swindell"
#define COPYRIGHT_CRC 0x0E0503DF
#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