Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
e5af26a7
Commit
e5af26a7
authored
6 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Increased rev to 'b' (v3.17b).
Incremented copyright year to 2019.
parent
6429d952
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/sbbs3/ctrl/AboutBoxFormUnit.dfm
+1
-1
1 addition, 1 deletion
src/sbbs3/ctrl/AboutBoxFormUnit.dfm
src/sbbs3/ctrl/sbbsctrl.bpr
+3
-3
3 additions, 3 deletions
src/sbbs3/ctrl/sbbsctrl.bpr
src/sbbs3/sbbsdefs.h
+3
-3
3 additions, 3 deletions
src/sbbs3/sbbsdefs.h
with
7 additions
and
7 deletions
src/sbbs3/ctrl/AboutBoxFormUnit.dfm
+
1
−
1
View file @
e5af26a7
...
...
@@ -13373,7 +13373,7 @@ object AboutBoxForm: TAboutBoxForm
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
AutoSize = False
Caption = 'Copyright 201
8
::'
Caption = 'Copyright 201
9
::'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/ctrl/sbbsctrl.bpr
+
3
−
3
View file @
e5af26a7
...
...
@@ -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) 201
8
Rob Swindell
LegalCopyright=(C) 201
9
Rob Swindell
LegalTrademarks=
OriginalFilename=sbbsctrl.exe
ProductName=Synchronet BBS
ProductVersion=3.17
a
ProductVersion=3.17
b
Comments=
[Excluded Packages]
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/sbbsdefs.h
+
3
−
3
View file @
e5af26a7
...
...
@@ -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 201
8
Rob Swindell"
#define COPYRIGHT_CRC 0x
930AE2A9
#define COPYRIGHT_NOTICE "Copyright 201
9
Rob Swindell"
#define COPYRIGHT_CRC 0x
0E0503DF
#define Y2K_2DIGIT_WINDOW 70
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment