- this is 4.11

This commit is contained in:
Christoph Oelckers 2023-09-24 22:43:41 +02:00
parent 30c49fb769
commit 38e7ad8e6d

View file

@ -41,11 +41,11 @@ const char *GetVersionString();
/** Lots of different version numbers **/
#define VERSIONSTR "4.11pre"
#define VERSIONSTR "4.11.0"
// The version as seen in the Windows resource
#define RC_FILEVERSION 4,10,9999,0
#define RC_PRODUCTVERSION 4,10,9999,0
#define RC_FILEVERSION 4,11,0,0
#define RC_PRODUCTVERSION 4,11,0,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning.
#define VER_MAJOR 4