- updated version # displayed for linux installer

This commit is contained in:
Mark Vejvoda 2010-08-12 06:23:42 +00:00
parent 21f5bc316f
commit 904bf95a39
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
local GAME_INSTALL_SIZE = 510000000; local GAME_INSTALL_SIZE = 510000000;
local GAME_VERSION = "3.3.6";
local _ = MojoSetup.translate local _ = MojoSetup.translate
@ -6,8 +7,8 @@ Setup.Package
{ {
vendor = "glest.org", vendor = "glest.org",
id = "megaglest", id = "megaglest",
description = _("Mega Glest"), description = _("Mega Glest v" .. GAME_VERSION),
version = "3.3.6", version = GAME_VERSION,
splash = "glestforumsheader.bmp", splash = "glestforumsheader.bmp",
superuser = false, superuser = false,
write_manifest = true, write_manifest = true,
@ -41,7 +42,7 @@ Setup.Package
required = true, required = true,
disabled = false, disabled = false,
bytes = GAME_INSTALL_SIZE, bytes = GAME_INSTALL_SIZE,
description = _("Mega Glest v" .. version), description = _("Mega Glest v" .. GAME_VERSION),
Setup.File Setup.File
{ {