installer: updated release version and date
authorJerome St-Louis <jerome@ecere.com>
Tue, 17 Feb 2015 00:43:04 +0000 (19:43 -0500)
committerJerome St-Louis <jerome@ecere.com>
Tue, 17 Feb 2015 00:43:04 +0000 (19:43 -0500)
installer/locale/Installer.pot
installer/src/installer.ec

index bbae4b8..f4f8668 100644 (file)
@@ -92,10 +92,6 @@ msgstr "Associate with text files (*.txt)"
 msgid "Audio"
 msgstr "Audio"
 
-#: ./src/installer.ec:2
-msgid "August 7th, 2014"
-msgstr "August 7th, 2014"
-
 #: ./src/installer.ec:820
 msgid "Avail. Space"
 msgstr "Avail. Space"
@@ -189,14 +185,18 @@ msgstr "Ecere Extras"
 
 #: ./src/installer.ec:449
 #: ./src/installer.ec:1197
-msgid "Ecere Software Development Kit Setup - v0.44.10 \"Ryōan-ji\" 64 Bit Edition"
-msgstr "Ecere Software Development Kit Setup - v0.44.10 \"Ryōan-ji\" 64 Bit Edition"
+msgid "Ecere Software Development Kit Setup - v0.44.11 \"Ryōan-ji\" 64 Bit Edition"
+msgstr "Ecere Software Development Kit Setup - v0.44.11 \"Ryōan-ji\" 64 Bit Edition"
 
 #: ./src/installer.ec:314
 #: ./src/installer.ec:315
 msgid "Ecere Vanilla"
 msgstr "Ecere Vanilla"
 
+#: ./src/installer.ec:2
+msgid "February 16th, 2015"
+msgstr "February 16th, 2015"
+
 #: ./src/installer.ec:1833
 msgid "Finish"
 msgstr "Finish"
index c529f07..bdd12ca 100644 (file)
@@ -1,5 +1,5 @@
-static define versionString = "Ecere SDK v0.44.10";
-static define dateString = $"August 7th, 2014";
+static define versionString = "Ecere SDK v0.44.11";
+static define dateString = $"February 16th, 2015";
 static define builtOnString = $"built on ";
 static define withoutMinGW = $" (Without MinGW)";
 
@@ -446,7 +446,7 @@ class Installer : Window
    tabCycle = true;
    clientSize = { 636, 476 };
    icon = { ":icon.png" };
-   caption = $"Ecere Software Development Kit Setup - v0.44.10 \"Ryōan-ji\" 64 Bit Edition";
+   caption = $"Ecere Software Development Kit Setup - v0.44.11 \"Ryōan-ji\" 64 Bit Edition";
 
    // clientSize = { 796, 576 };
    bool loaded;
@@ -1194,7 +1194,7 @@ class Installer : Window
 
 class InstallProgress : Window
 {
-   caption = $"Ecere Software Development Kit Setup - v0.44.10 \"Ryōan-ji\" 64 Bit Edition";
+   caption = $"Ecere Software Development Kit Setup - v0.44.11 \"Ryōan-ji\" 64 Bit Edition";
    background = activeBorder;
    borderStyle = fixed;
    hasMinimize = true;