Update version to 1.3.0

This commit is contained in:
Sryder 2017-04-16 19:19:29 +01:00
parent 56153bbac0
commit 82a392079d

View file

@ -142,17 +142,17 @@ extern FILE *logstream;
#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3 #define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
#ifdef DEVELOP #ifdef DEVELOP
#define VERSION 102 // Game version #define VERSION 103 // Game version
#define SUBVERSION 5 // more precise version number #define SUBVERSION 0 // more precise version number
#define VERSIONSTRING "Development EXE" #define VERSIONSTRING "Development EXE"
#define VERSIONSTRINGW "v1.2.05" #define VERSIONSTRINGW "v1.3.0"
// most interface strings are ignored in development mode. // most interface strings are ignored in development mode.
// we use comprevision and compbranch instead. // we use comprevision and compbranch instead.
#else #else
#define VERSION 102 // Game version #define VERSION 103 // Game version
#define SUBVERSION 5 // more precise version number #define SUBVERSION 0 // more precise version number
#define VERSIONSTRING "DevEXE v1.2.05" #define VERSIONSTRING "DevEXE v1.3.0"
#define VERSIONSTRINGW L"v1.2.05" #define VERSIONSTRINGW L"v1.3.0"
// Hey! If you change this, add 1 to the MODVERSION below! // Hey! If you change this, add 1 to the MODVERSION below!
// Otherwise we can't force updates! // Otherwise we can't force updates!
#endif #endif