From e5af26a7712fc5c435190ea0f10bc9c4048f8112 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 1 Jan 2019 14:37:06 +0000 Subject: [PATCH] Increased rev to 'b' (v3.17b). Incremented copyright year to 2019. --- src/sbbs3/ctrl/AboutBoxFormUnit.dfm | 2 +- src/sbbs3/ctrl/sbbsctrl.bpr | 6 +++--- src/sbbs3/sbbsdefs.h | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/sbbs3/ctrl/AboutBoxFormUnit.dfm b/src/sbbs3/ctrl/AboutBoxFormUnit.dfm index f55268f1dd..15601e724b 100644 --- a/src/sbbs3/ctrl/AboutBoxFormUnit.dfm +++ b/src/sbbs3/ctrl/AboutBoxFormUnit.dfm @@ -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 diff --git a/src/sbbs3/ctrl/sbbsctrl.bpr b/src/sbbs3/ctrl/sbbsctrl.bpr index e82c7a7cf2..94f2728083 100644 --- a/src/sbbs3/ctrl/sbbsctrl.bpr +++ b/src/sbbs3/ctrl/sbbsctrl.bpr @@ -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] diff --git a/src/sbbs3/sbbsdefs.h b/src/sbbs3/sbbsdefs.h index 5eef15249a..723ba9278e 100644 --- a/src/sbbs3/sbbsdefs.h +++ b/src/sbbs3/sbbsdefs.h @@ -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 -- GitLab