mirror of
https://github.com/glest/glest-source.git
synced 2025-09-09 07:20:47 +02:00
- updating version to 3.9.0 for release
- increase installer size on linux for more accurate progrerss bar
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
OLD_MG_VERSION=3.7.1
|
||||
OLD_MG_VERSION_BINARY=3.7.1
|
||||
MG_VERSION=3.9
|
||||
MG_VERSION=3.9.0
|
||||
|
||||
if [ "$1" = "--oldversion" ]; then
|
||||
echo "$OLD_MG_VERSION"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
local GAME_INSTALL_SIZE = 680000000;
|
||||
local GAME_VERSION = "3.9";
|
||||
local GAME_INSTALL_SIZE = 700000000;
|
||||
local GAME_VERSION = "3.9.0";
|
||||
|
||||
local _ = MojoSetup.translate
|
||||
|
||||
|
Reference in New Issue
Block a user