mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 19:29:47 +02:00
- updated version# to 3.5.0 release (may have last minute changes while testing installers etc.
This commit is contained in:
@@ -48,6 +48,24 @@ MojoSetup.applocalization = {
|
||||
it = "We have detected a previous installation of Megaglest, should we remove it?",
|
||||
};
|
||||
|
||||
["Megaglest Visit Website Title"] = {
|
||||
en_GB = "Visit megaglest.org",
|
||||
en_CA = "Visit megaglest.org",
|
||||
de = "Visit megaglest.org",
|
||||
es = "Visit megaglest.org",
|
||||
pl = "Visit megaglest.org",
|
||||
it = "Visit megaglest.org",
|
||||
};
|
||||
|
||||
["Megaglest Visit Website Prompt"] = {
|
||||
en_GB = "Would you like to view our getting started page on megaglest.org?",
|
||||
en_CA = "Would you like to view our getting started page on megaglest.org?",
|
||||
de = "Would you like to view our getting started page on megaglest.org?",
|
||||
es = "Would you like to view our getting started page on megaglest.org?",
|
||||
pl = "Would you like to view our getting started page on megaglest.org?",
|
||||
it = "Would you like to view our getting started page on megaglest.org?",
|
||||
};
|
||||
|
||||
["docs/LICENSE"] = {
|
||||
};
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
local GAME_INSTALL_SIZE = 680000000;
|
||||
local GAME_VERSION = "3.5.0-beta2";
|
||||
local GAME_VERSION = "3.5.0";
|
||||
|
||||
local _ = MojoSetup.translate
|
||||
|
||||
@@ -63,7 +63,9 @@ Setup.Package
|
||||
end,
|
||||
|
||||
postinstall = function(package)
|
||||
if MojoSetup.promptyn(_("Megaglest Visit Website Title"), _("Megaglest Visit Website Prompt")) then
|
||||
MojoSetup.launchbrowser("http://megaglest.org/get-started.html")
|
||||
end
|
||||
end,
|
||||
|
||||
Setup.Eula
|
||||
|
@@ -27,7 +27,7 @@ using namespace Shared::Platform;
|
||||
namespace Glest { namespace Game {
|
||||
|
||||
const string mailString = "contact@megaglest.org";
|
||||
const string glestVersionString = "v3.5.0-beta2";
|
||||
const string glestVersionString = "v3.5.0";
|
||||
#if defined(SVNVERSION)
|
||||
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
|
||||
#elif defined(SVNVERSIONHEADER)
|
||||
|
Reference in New Issue
Block a user