From: Jerome St-Louis Date: Thu, 8 Mar 2012 15:29:01 +0000 (-0500) Subject: installer: Updated build date for 0.44 X-Git-Tag: 0.44~12 X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=commitdiff_plain;h=18853735dcd1fd107e7f323dc4b8fb868fe67596 installer: Updated build date for 0.44 --- diff --git a/installer/src/installer.ec b/installer/src/installer.ec index 7f7e9b2..051ff5c 100644 --- a/installer/src/installer.ec +++ b/installer/src/installer.ec @@ -1,7 +1,7 @@ #ifdef NOMINGW -static define buildString = $"Ecere SDK v0.44 (Without MinGW) -- built on March 7, 2012 "; +static define buildString = $"Ecere SDK v0.44 (Without MinGW) -- built on March 8, 2012 "; #else -static define buildString = $"Ecere SDK v0.44 -- built on March 7, 2012 "; +static define buildString = $"Ecere SDK v0.44 -- built on March 8, 2012 "; #endif #define WIN32_LEAN_AND_MEAN