installer: 0.44.10 PR1
authorJerome St-Louis <jerome@ecere.com>
Tue, 15 Jul 2014 08:26:22 +0000 (04:26 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 15 Jul 2014 08:26:22 +0000 (04:26 -0400)
installer/src/installer.ec

index d3741f2..30874ff 100644 (file)
@@ -1,5 +1,5 @@
-static define versionString = "Ecere SDK v0.44.10";
-static define dateString = $"July 12th, 2014";
+static define versionString = "Ecere SDK v0.44.10 (pr1)";
+static define dateString = $"July 15th, 2014";
 static define builtOnString = $"built on ";
 static define withoutMinGW = $" (Without MinGW)";