- updated version to 3.7.0-beta2

This commit is contained in:
Mark Vejvoda 2012-10-22 23:29:25 +00:00
parent 6f58309f3d
commit 0ba70dbfe9
5 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
OLD_MG_VERSION=3.6.0.3
OLD_MG_VERSION_BINARY=3.6.0.3
#MG_VERSION=3.6.1-dev
MG_VERSION=3.7.0-beta1
MG_VERSION=3.7.0-beta2
if [ "$1" = "--oldversion" ]; then
echo "$OLD_MG_VERSION"

View File

@ -1,5 +1,5 @@
local GAME_INSTALL_SIZE = 680000000;
local GAME_VERSION = "3.7.0-beta1";
local GAME_VERSION = "3.7.0-beta2";
local _ = MojoSetup.translate

View File

@ -4,7 +4,7 @@
!define APNAME MegaGlest
!define APNAME_OLD Mega-Glest
!define APVER_OLD 3.6.0.3
!define APVER 3.7.0-beta1
!define APVER 3.7.0-beta2
Name "${APNAME} ${APVER}"
SetCompressor /FINAL /SOLID lzma

View File

@ -2,10 +2,10 @@
; General Attributes
!define APNAME MegaGlest
!define APVER 3.7.0-beta1
!define APVER 3.7.0-beta2
!define APNAME_OLD Mega-Glest
!define APVER_OLD 3.6.0.3
!define APVER_UPDATE 3.7.0-beta1
!define APVER_UPDATE 3.7.0-beta2
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.7.0-dev";
const string glestVersionString = "v3.7.0-beta2";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)