- g3.8pre

This commit is contained in:
Rachael Alexanderson 2018-12-27 23:46:21 -05:00
parent 45d3df9df1
commit c980f1c27f

View file

@ -48,16 +48,16 @@ const char *GetVersionString();
#ifdef GIT_DESCRIPTION #ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION #define VERSIONSTR GIT_DESCRIPTION
#else #else
#define VERSIONSTR "3.7pre" #define VERSIONSTR "3.8pre"
#endif #endif
// The version as seen in the Windows resource // The version as seen in the Windows resource
#define RC_FILEVERSION 3,6,9999,0 #define RC_FILEVERSION 3,7,9999,0
#define RC_PRODUCTVERSION 3,6,9999,0 #define RC_PRODUCTVERSION 3,7,9999,0
#define RC_PRODUCTVERSION2 VERSIONSTR #define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning. // These are for content versioning.
#define VER_MAJOR 3 #define VER_MAJOR 3
#define VER_MINOR 7 #define VER_MINOR 8
#define VER_REVISION 0 #define VER_REVISION 0
// Version identifier for network games. // Version identifier for network games.