version number for the development

This commit is contained in:
filux 2017-03-08 21:44:28 +01:00
parent a3c8464121
commit c81dea0029
8 changed files with 14 additions and 14 deletions

@ -1 +1 @@
Subproject commit 2bafae40da1a8c358920970bff46b08b0e8daf90
Subproject commit 32a8f459f095185bb503a876433ebefac77fd24e

View File

@ -1,5 +1,5 @@
local GAME_INSTALL_SIZE = 705000000;
local GAME_VERSION = "3.13.0";
local GAME_VERSION = "3.13-dev";
local _ = MojoSetup.translate

View File

@ -3,8 +3,8 @@
!define APNAME MegaGlest
!define APNAME_OLD Mega-Glest
!define APVER_OLD 3.12.0
!define APVER 3.13.0
!define APVER_OLD 3.13.0
!define APVER 3.13-dev
!ifdef NSIS_WIN32_MAKENSIS
!define NSISCONF_3 ";" ; NSIS 2 tries to parse some preprocessor instructions inside "!if 0" blocks!

View File

@ -2,10 +2,10 @@
; General Attributes
!define APNAME MegaGlest
!define APVER 3.13.0
!define APVER 3.13-dev
!define APNAME_OLD Mega-Glest
!define APVER_OLD 3.12.0
!define APVER_UPDATE 3.13.0
!define APVER_OLD 3.13.0
!define APVER_UPDATE 3.13-dev
Name "${APNAME} ${APVER_UPDATE}"
SetCompressor /FINAL /SOLID lzma

View File

@ -56,7 +56,7 @@ const char *folderDelimiter = "/";
//int GameConstants::updateFps= 40;
//int GameConstants::cameraFps= 100;
const string g3dviewerVersionString= "v3.13.0";
const string g3dviewerVersionString= "v3.13-dev";
// Because g3d should always support alpha transparency
string fileFormat = "png";

View File

@ -32,7 +32,7 @@ const char *mailString = " http://bugs.megaglest.org";
// !! Use minor versions !! Only major and minor version control compatibility!
// typical version numbers look like this: v3.13-beta1.0 v3.12-dev v3.12.1
// don't forget to update file: source/version.txt
const string glestVersionString = "v3.13.0";
const string glestVersionString = "v3.13-dev";
const string lastCompatibleSaveGameVersionString = "v3.11.1";
#if defined(GITVERSIONHEADER)
@ -41,7 +41,7 @@ const string lastCompatibleSaveGameVersionString = "v3.11.1";
#if defined(GITVERSION) || defined(GITVERSIONHEADER)
const string GIT_RawRev = string(GITVERSION);
#else
const string GIT_RawRev = "$5604.3a5d459$";
const string GIT_RawRev = "$5608.a3c8464$";
#endif
const string GIT_Rev = string("Rev: ") + string(GIT_RawRev);

View File

@ -47,7 +47,7 @@ string getGameReadWritePath(string lookupKey) {
namespace MapEditor {
const string mapeditorVersionString = "v3.13.0";
const string mapeditorVersionString = "v3.13-dev";
const string MainWindow::winHeader = "MegaGlest Map Editor " + mapeditorVersionString;
// ===============================================

View File

@ -3,11 +3,11 @@
# Versions will be updated everywhere automatically.
# Then you should commit changed files and that's all.
CurrentGameVersion = "3.13.0";
CurrentGameVersion = "3.13-dev";
# ^ typical version numbers look like this: "3.14-beta1.0", "3.13-dev", "3.13.1"
OldReleaseGameVersion = "3.12.0";
OldReleaseGameVersion = "3.13.0";
LastCompatibleSaveGameVersion = "3.11.1";
GitCommitForRelease = "5604.3a5d459";
GitCommitForRelease = "5608.a3c8464";
# ^ will be automatically generated