From 6f4a2a383c921cf82259bd375f028a588a3b95e4 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Thu, 4 Aug 2016 11:00:51 -0400 Subject: [PATCH] installer; NEWS: Updated date --- NEWS | 2 +- installer/locale/Installer.pot | 4 ++-- installer/src/installer.ec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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)"; -- 1.8.3.1