From 904bf95a3959f63ba874fd96f5066ea8ee9a0f63 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 12 Aug 2010 06:23:42 +0000 Subject: [PATCH] - updated version # displayed for linux installer --- mk/linux/mojosetup/megaglest-installer/scripts/config.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mk/linux/mojosetup/megaglest-installer/scripts/config.lua b/mk/linux/mojosetup/megaglest-installer/scripts/config.lua index a5909ae0..2dd9fbce 100644 --- a/mk/linux/mojosetup/megaglest-installer/scripts/config.lua +++ b/mk/linux/mojosetup/megaglest-installer/scripts/config.lua @@ -1,4 +1,5 @@ local GAME_INSTALL_SIZE = 510000000; +local GAME_VERSION = "3.3.6"; local _ = MojoSetup.translate @@ -6,8 +7,8 @@ Setup.Package { vendor = "glest.org", id = "megaglest", - description = _("Mega Glest"), - version = "3.3.6", + description = _("Mega Glest v" .. GAME_VERSION), + version = GAME_VERSION, splash = "glestforumsheader.bmp", superuser = false, write_manifest = true, @@ -41,7 +42,7 @@ Setup.Package required = true, disabled = false, bytes = GAME_INSTALL_SIZE, - description = _("Mega Glest v" .. version), + description = _("Mega Glest v" .. GAME_VERSION), Setup.File {