- this is version 1.8.1.

This commit is contained in:
Christoph Oelckers 2013-06-23 14:52:21 +02:00
parent 4500145ef9
commit 3da7dcea03
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 "1.9pre" #define VERSIONSTR "1.8.1"
// 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 1,8,1,0
#define RC_PRODUCTVERSION 1,8,9999,0 #define RC_PRODUCTVERSION 1,8,1,0
#define RC_PRODUCTVERSION2 "1.9pre" #define RC_PRODUCTVERSION2 "1.8.1"
// 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