- updating version to 3.9.0 for release

- increase installer size on linux for more accurate progrerss bar
This commit is contained in:
Mark Vejvoda 2013-11-17 18:27:41 +00:00
parent 00f7b7e02b
commit 145b90d341
5 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
OLD_MG_VERSION=3.7.1
OLD_MG_VERSION_BINARY=3.7.1
MG_VERSION=3.9
MG_VERSION=3.9.0
if [ "$1" = "--oldversion" ]; then
echo "$OLD_MG_VERSION"

View File

@ -1,5 +1,5 @@
local GAME_INSTALL_SIZE = 680000000;
local GAME_VERSION = "3.9";
local GAME_INSTALL_SIZE = 700000000;
local GAME_VERSION = "3.9.0";
local _ = MojoSetup.translate

View File

@ -4,7 +4,7 @@
!define APNAME MegaGlest
!define APNAME_OLD Mega-Glest
!define APVER_OLD 3.7.1
!define APVER 3.9
!define APVER 3.9.0
Name "${APNAME} ${APVER}"
SetCompressor /FINAL /SOLID lzma

View File

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

View File

@ -27,7 +27,7 @@ using namespace Shared::Platform;
namespace Glest { namespace Game {
const char *mailString = " http://bugs.megaglest.org";
const string glestVersionString = "v3.9-dev";
const string glestVersionString = "v3.9.0";
#if defined(SVNVERSION)
const string SVN_RawRev = string(SVNVERSION);
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);