- updating version to 3.7.1 in prep for release

This commit is contained in:
Mark Vejvoda 2012-11-23 00:19:31 +00:00
parent 0a5094c673
commit 989f37e23c
5 changed files with 10 additions and 10 deletions

View File

@ -4,10 +4,10 @@
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
# Copyright (c) 2011 Mark Vejvoda under GNU GPL v3.0+
OLD_MG_VERSION=3.6.0.3
OLD_MG_VERSION_BINARY=3.6.0.3
OLD_MG_VERSION=3.7.0
OLD_MG_VERSION_BINARY=3.7.0
#MG_VERSION=3.6.1-dev
MG_VERSION=3.7.0
MG_VERSION=3.7.1
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";
local GAME_VERSION = "3.7.1";
local _ = MojoSetup.translate

View File

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

View File

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