- updating game version to 3.9.1 in preparation for release

This commit is contained in:
SoftCoder 2014-01-17 19:37:25 -08:00
parent d6e7deb26e
commit 4bada8fc5a
5 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@ -2,10 +2,10 @@
; General Attributes
!define APNAME MegaGlest
!define APVER 3.9.0
!define APVER 3.9.1
!define APNAME_OLD Mega-Glest
!define APVER_OLD 3.7.1
!define APVER_UPDATE 3.9.0
!define APVER_OLD 3.9.0
!define APVER_UPDATE 3.9.1
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.1-dev";
const string glestVersionString = "v3.9.1";
#if defined(GITVERSION)
const string GIT_RawRev = string(GITVERSION);
const string GIT_Rev = string("Rev: ") + string(GITVERSION);