- this is past version 2.4

This commit is contained in:
Christoph Oelckers 2017-03-13 21:24:30 +01:00
parent d1ce5e37fc
commit 303ccb3ecc

View file

@ -46,16 +46,16 @@ const char *GetVersionString();
#ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION
#else
#define VERSIONSTR "2.3pre"
#define VERSIONSTR "2.5pre"
#endif
// The version as seen in the Windows resource
#define RC_FILEVERSION 2,3,9999,0
#define RC_PRODUCTVERSION 2,3,9999,0
#define RC_FILEVERSION 2,4,9999,0
#define RC_PRODUCTVERSION 2,4,9999,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning. The current state is '2.4'.
#define VER_MAJOR 2
#define VER_MINOR 4
#define VER_MINOR 5
#define VER_REVISION 0
// Version identifier for network games.