Skip to content

Commit 0fdad23

Browse files
committed
Added comments to explain things in version.h file
1 parent 563ccc4 commit 0fdad23

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

how_to_release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PREPARATION
1212
1. Test changes
1313
2. Document new functions, and changes, in database
1414
3. Update readme.txt file with today's date as release date
15-
4. Make sure version number changed in doc.h and resource file
15+
4. Make sure version number changed in version.h file (3 places)
1616

1717

1818
HELP GENERATION

version.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
// Version number for this release. Used in various places.
2+
3+
// Used for detecting version changes
14
#define THISVERSION 505
5+
// Used in the resource file
26
#define VERSION_16WORDS 5,0,5,0
7+
// Used to display the version number
38
#define VERSION_STRING "5.05"
49

5-
// remember README
10+
// Note that the VERSION_STRING will have "-pre" appended by a pre-release build.
611

12+
// remember to edit date and version in readme.txt file
13+
// ^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)