From: Jerome St-Louis Date: Thu, 4 Aug 2016 15:00:51 +0000 (-0400) Subject: installer; NEWS: Updated date X-Git-Tag: 0.44.15~10 X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=commitdiff_plain;h=6f4a2a383c921cf82259bd375f028a588a3b95e4 installer; NEWS: Updated date --- diff --git a/NEWS b/NEWS index 19962b9..07b55f4 100644 --- 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) diff --git a/installer/locale/Installer.pot b/installer/locale/Installer.pot index dc62509..0bb6212 100644 --- a/installer/locale/Installer.pot +++ b/installer/locale/Installer.pot @@ -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" diff --git a/installer/src/installer.ec b/installer/src/installer.ec index fb05b35..a39d4e1 100644 --- a/installer/src/installer.ec +++ b/installer/src/installer.ec @@ -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)";