- version is 3.7.2.

This commit is contained in:
Christoph Oelckers 2019-01-20 11:43:49 +01:00
parent 44af2f5878
commit 0591e9f5b3

View file

@ -48,17 +48,17 @@ const char *GetVersionString();
#ifdef GIT_DESCRIPTION #ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION #define VERSIONSTR GIT_DESCRIPTION
#else #else
#define VERSIONSTR "3.7.1" #define VERSIONSTR "3.7.2"
#endif #endif
// The version as seen in the Windows resource // The version as seen in the Windows resource
#define RC_FILEVERSION 3,7,1,0 #define RC_FILEVERSION 3,7,2,0
#define RC_PRODUCTVERSION 3,7,1,0 #define RC_PRODUCTVERSION 3,7,2,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 7
#define VER_REVISION 1 #define VER_REVISION 2
// Version identifier for network games. // Version identifier for network games.
// Bump it every time you do a release unless you're certain you // Bump it every time you do a release unless you're certain you