File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
mojosetup/megaglest-installer/scripts
source/glest_game/facilities Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
OLD_MG_VERSION=3.9.1
8
8
OLD_MG_VERSION_BINARY=3.9.1
9
- MG_VERSION=3.11-beta2 .0
9
+ MG_VERSION=3.11.0
10
10
11
11
if [ " $1 " = " --oldversion" ]; then
12
12
echo " $OLD_MG_VERSION "
Original file line number Diff line number Diff line change 1
1
local GAME_INSTALL_SIZE = 680000000 ;
2
- local GAME_VERSION = " 3.11-dev " ;
2
+ local GAME_VERSION = " 3.11.0 " ;
3
3
4
4
local _ = MojoSetup .translate
5
5
Original file line number Diff line number Diff line change 4
4
!define APNAME MegaGlest
5
5
!define APNAME_OLD Mega-Glest
6
6
!define APVER_OLD 3.9 .1
7
- !define APVER 3.11 -dev
7
+ !define APVER 3.11 . 0
8
8
9
9
Name " ${APNAME} ${APVER}"
10
10
SetCompressor /FINAL /SOLID lzma
@@ -16,7 +16,7 @@ UninstallIcon "..\..\shared\megaglest.ico"
16
16
!define MUI_UNICON " ..\..\shared\megaglest.ico"
17
17
InstallDir " $PROGRAMFILES\${APNAME}"
18
18
ShowInstDetails show
19
- BGGradient 0xDF9437 0xffffff
19
+ ; BGGradient 0xDF9437 0xffffff
20
20
21
21
; Request application privileges for Windows Vista
22
22
RequestExecutionLevel none
Original file line number Diff line number Diff line change 2
2
; General Attributes
3
3
4
4
!define APNAME MegaGlest
5
- !define APVER 3.10 . 0 -dev
5
+ !define APVER 3.11 . 0
6
6
!define APNAME_OLD Mega-Glest
7
7
!define APVER_OLD 3.9 .1
8
- !define APVER_UPDATE 3.10 . 0 -dev
8
+ !define APVER_UPDATE 3.11 . 0
9
9
10
10
Name " ${APNAME} ${APVER_UPDATE}"
11
11
SetCompressor /FINAL /SOLID lzma
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const char *mailString = " http://bugs.megaglest.org";
32
32
// !! Use minor versions !! Only major and minor version control compatibility!
33
33
// typical version numbers look like this: v3.11-beta1.0 v3.12-dev v3.12.0
34
34
// don't forget to update mk/linux/mg-version.sh
35
- const string glestVersionString = " v3.11-dev " ;
35
+ const string glestVersionString = " v3.11.0 " ;
36
36
const string lastCompatibleSaveGameVersionString = " v3.9.0" ;
37
37
38
38
#if defined(GITVERSION)
You can’t perform that action at this time.
0 commit comments