- adjust version number.

This commit is contained in:
Christoph Oelckers 2014-08-02 23:12:08 +02:00
parent a63871d170
commit cd5e429d3b

View file

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