- this is version 3.7.0

This commit is contained in:
Christoph Oelckers 2018-12-27 13:00:57 +01:00
parent 777fa53b27
commit 475b57f291

View file

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