mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 03:32:35 +01:00
version set to 3.11.0
This commit is contained in:
parent
49bde874fc
commit
30a8667307
@ -6,7 +6,7 @@
|
||||
|
||||
OLD_MG_VERSION=3.9.1
|
||||
OLD_MG_VERSION_BINARY=3.9.1
|
||||
MG_VERSION=3.11-beta2.0
|
||||
MG_VERSION=3.11.0
|
||||
|
||||
if [ "$1" = "--oldversion" ]; then
|
||||
echo "$OLD_MG_VERSION"
|
||||
|
@ -1,5 +1,5 @@
|
||||
local GAME_INSTALL_SIZE = 680000000;
|
||||
local GAME_VERSION = "3.11-dev";
|
||||
local GAME_VERSION = "3.11.0";
|
||||
|
||||
local _ = MojoSetup.translate
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
!define APNAME MegaGlest
|
||||
!define APNAME_OLD Mega-Glest
|
||||
!define APVER_OLD 3.9.1
|
||||
!define APVER 3.11-dev
|
||||
!define APVER 3.11.0
|
||||
|
||||
Name "${APNAME} ${APVER}"
|
||||
SetCompressor /FINAL /SOLID lzma
|
||||
@ -16,7 +16,7 @@ UninstallIcon "..\..\shared\megaglest.ico"
|
||||
!define MUI_UNICON "..\..\shared\megaglest.ico"
|
||||
InstallDir "$PROGRAMFILES\${APNAME}"
|
||||
ShowInstDetails show
|
||||
BGGradient 0xDF9437 0xffffff
|
||||
;BGGradient 0xDF9437 0xffffff
|
||||
|
||||
; Request application privileges for Windows Vista
|
||||
RequestExecutionLevel none
|
||||
|
@ -2,10 +2,10 @@
|
||||
; General Attributes
|
||||
|
||||
!define APNAME MegaGlest
|
||||
!define APVER 3.10.0-dev
|
||||
!define APVER 3.11.0
|
||||
!define APNAME_OLD Mega-Glest
|
||||
!define APVER_OLD 3.9.1
|
||||
!define APVER_UPDATE 3.10.0-dev
|
||||
!define APVER_UPDATE 3.11.0
|
||||
|
||||
Name "${APNAME} ${APVER_UPDATE}"
|
||||
SetCompressor /FINAL /SOLID lzma
|
||||
|
@ -32,7 +32,7 @@ const char *mailString = " http://bugs.megaglest.org";
|
||||
// !! Use minor versions !! Only major and minor version control compatibility!
|
||||
// typical version numbers look like this: v3.11-beta1.0 v3.12-dev v3.12.0
|
||||
// don't forget to update mk/linux/mg-version.sh
|
||||
const string glestVersionString = "v3.11-dev";
|
||||
const string glestVersionString = "v3.11.0";
|
||||
const string lastCompatibleSaveGameVersionString = "v3.9.0";
|
||||
|
||||
#if defined(GITVERSION)
|
||||
|
Loading…
x
Reference in New Issue
Block a user