- bump ZScript version number to 3.6.0, since GZDoom 3.5.1 updated it and that's not yet reflected in the master.

This commit is contained in:
Rachael Alexanderson 2018-08-25 16:46:09 -04:00
parent d263f7bcc8
commit 0c4e6f88a6
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@ const char *GetVersionString();
#define RC_FILEVERSION 3,5,9999,0 #define RC_FILEVERSION 3,5,9999,0
#define RC_PRODUCTVERSION 3,5,9999,0 #define RC_PRODUCTVERSION 3,5,9999,0
#define RC_PRODUCTVERSION2 VERSIONSTR #define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning. The current state is '3.5'. // These are for content versioning.
#define VER_MAJOR 3 #define VER_MAJOR 3
#define VER_MINOR 5 #define VER_MINOR 6
#define VER_REVISION 0 #define VER_REVISION 0
// Version identifier for network games. // Version identifier for network games.