installer; NEWS: Updated date
authorJerome St-Louis <jerome@ecere.com>
Thu, 4 Aug 2016 15:00:51 +0000 (11:00 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 4 Aug 2016 15:00:51 +0000 (11:00 -0400)
NEWS
installer/locale/Installer.pot
installer/src/installer.ec

diff --git a/NEWS b/NEWS
index 19962b9..07b55f4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Ecere SDK 0.44.15 (August 3, 2016)
+Ecere SDK 0.44.15 (August 4, 2016)
 
    * Web Support through Emscripten and WebGL
    * 3D Graphics Improvements (OpenGL)
index dc62509..0bb6212 100644 (file)
@@ -93,8 +93,8 @@ msgid "Audio"
 msgstr "Audio"
 
 #: ./src/installer.ec:2
-msgid "August 3, 2016"
-msgstr "August 3, 2016"
+msgid "August 4, 2016"
+msgstr "August 4, 2016"
 
 #: ./src/installer.ec:820
 msgid "Avail. Space"
index fb05b35..a39d4e1 100644 (file)
@@ -1,5 +1,5 @@
 static define versionString = "Ecere SDK v0.44.15";
-static define dateString = $"August 3, 2016";
+static define dateString = $"August 4, 2016";
 static define builtOnString = $"built on ";
 static define withoutMinGW = $" (Without MinGW)";