- increase version number.

This commit is contained in:
Christoph Oelckers 2016-02-05 12:11:02 +01:00
parent 7136c50ba1
commit a7d1d72d6b
1 changed files with 4 additions and 4 deletions

View File

@ -41,12 +41,12 @@ const char *GetVersionString();
/** Lots of different version numbers **/ /** Lots of different version numbers **/
#define VERSIONSTR "2.1pre" #define VERSIONSTR "2.2pre"
// The version as seen in the Windows resource // The version as seen in the Windows resource
#define RC_FILEVERSION 2,0,9999,0 #define RC_FILEVERSION 2,1,9999,0
#define RC_PRODUCTVERSION 2,0,9999,0 #define RC_PRODUCTVERSION 2,1,9999,0
#define RC_PRODUCTVERSION2 "2.1pre" #define RC_PRODUCTVERSION2 "2.2pre"
// 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