Skip to content

Commit 30a8667

Browse files
committed
version set to 3.11.0
1 parent 49bde87 commit 30a8667

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

mk/linux/mg-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
OLD_MG_VERSION=3.9.1
88
OLD_MG_VERSION_BINARY=3.9.1
9-
MG_VERSION=3.11-beta2.0
9+
MG_VERSION=3.11.0
1010

1111
if [ "$1" = "--oldversion" ]; then
1212
echo "$OLD_MG_VERSION"

mk/linux/mojosetup/megaglest-installer/scripts/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local GAME_INSTALL_SIZE = 680000000;
2-
local GAME_VERSION = "3.11-dev";
2+
local GAME_VERSION = "3.11.0";
33

44
local _ = MojoSetup.translate
55

mk/windoze/Installer/MegaGlestInstaller.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
!define APNAME MegaGlest
55
!define APNAME_OLD Mega-Glest
66
!define APVER_OLD 3.9.1
7-
!define APVER 3.11-dev
7+
!define APVER 3.11.0
88

99
Name "${APNAME} ${APVER}"
1010
SetCompressor /FINAL /SOLID lzma
@@ -16,7 +16,7 @@ UninstallIcon "..\..\shared\megaglest.ico"
1616
!define MUI_UNICON "..\..\shared\megaglest.ico"
1717
InstallDir "$PROGRAMFILES\${APNAME}"
1818
ShowInstDetails show
19-
BGGradient 0xDF9437 0xffffff
19+
;BGGradient 0xDF9437 0xffffff
2020

2121
; Request application privileges for Windows Vista
2222
RequestExecutionLevel none

mk/windoze/Installer/MegaGlestUpdater.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
; General Attributes
33

44
!define APNAME MegaGlest
5-
!define APVER 3.10.0-dev
5+
!define APVER 3.11.0
66
!define APNAME_OLD Mega-Glest
77
!define APVER_OLD 3.9.1
8-
!define APVER_UPDATE 3.10.0-dev
8+
!define APVER_UPDATE 3.11.0
99

1010
Name "${APNAME} ${APVER_UPDATE}"
1111
SetCompressor /FINAL /SOLID lzma

source/glest_game/facilities/game_util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const char *mailString = " http://bugs.megaglest.org";
3232
// !! Use minor versions !! Only major and minor version control compatibility!
3333
// typical version numbers look like this: v3.11-beta1.0 v3.12-dev v3.12.0
3434
// don't forget to update mk/linux/mg-version.sh
35-
const string glestVersionString = "v3.11-dev";
35+
const string glestVersionString = "v3.11.0";
3636
const string lastCompatibleSaveGameVersionString = "v3.9.0";
3737

3838
#if defined(GITVERSION)

0 commit comments

Comments
 (0)