mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 22:51:24 +02:00
- updating game version to 3.9.1 in preparation for release
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
OLD_MG_VERSION=3.9.0
|
OLD_MG_VERSION=3.9.0
|
||||||
OLD_MG_VERSION_BINARY=3.9.0
|
OLD_MG_VERSION_BINARY=3.9.0
|
||||||
MG_VERSION=3.9.1-dev
|
MG_VERSION=3.9.1
|
||||||
|
|
||||||
if [ "$1" = "--oldversion" ]; then
|
if [ "$1" = "--oldversion" ]; then
|
||||||
echo "$OLD_MG_VERSION"
|
echo "$OLD_MG_VERSION"
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
local GAME_INSTALL_SIZE = 700000000;
|
local GAME_INSTALL_SIZE = 700000000;
|
||||||
local GAME_VERSION = "3.9.0";
|
local GAME_VERSION = "3.9.1";
|
||||||
|
|
||||||
local _ = MojoSetup.translate
|
local _ = MojoSetup.translate
|
||||||
|
|
||||||
|
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
!define APNAME MegaGlest
|
!define APNAME MegaGlest
|
||||||
!define APNAME_OLD Mega-Glest
|
!define APNAME_OLD Mega-Glest
|
||||||
!define APVER_OLD 3.7.1
|
!define APVER_OLD 3.9.0
|
||||||
!define APVER 3.9.0
|
!define APVER 3.9.1
|
||||||
|
|
||||||
Name "${APNAME} ${APVER}"
|
Name "${APNAME} ${APVER}"
|
||||||
SetCompressor /FINAL /SOLID lzma
|
SetCompressor /FINAL /SOLID lzma
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
; General Attributes
|
; General Attributes
|
||||||
|
|
||||||
!define APNAME MegaGlest
|
!define APNAME MegaGlest
|
||||||
!define APVER 3.9.0
|
!define APVER 3.9.1
|
||||||
!define APNAME_OLD Mega-Glest
|
!define APNAME_OLD Mega-Glest
|
||||||
!define APVER_OLD 3.7.1
|
!define APVER_OLD 3.9.0
|
||||||
!define APVER_UPDATE 3.9.0
|
!define APVER_UPDATE 3.9.1
|
||||||
|
|
||||||
Name "${APNAME} ${APVER_UPDATE}"
|
Name "${APNAME} ${APVER_UPDATE}"
|
||||||
SetCompressor /FINAL /SOLID lzma
|
SetCompressor /FINAL /SOLID lzma
|
||||||
|
@@ -27,7 +27,7 @@ using namespace Shared::Platform;
|
|||||||
namespace Glest { namespace Game {
|
namespace Glest { namespace Game {
|
||||||
|
|
||||||
const char *mailString = " http://bugs.megaglest.org";
|
const char *mailString = " http://bugs.megaglest.org";
|
||||||
const string glestVersionString = "v3.9.1-dev";
|
const string glestVersionString = "v3.9.1";
|
||||||
#if defined(GITVERSION)
|
#if defined(GITVERSION)
|
||||||
const string GIT_RawRev = string(GITVERSION);
|
const string GIT_RawRev = string(GITVERSION);
|
||||||
const string GIT_Rev = string("Rev: ") + string(GITVERSION);
|
const string GIT_Rev = string("Rev: ") + string(GITVERSION);
|
||||||
|
Reference in New Issue
Block a user