ide/about: Updated version for 0.44.07 0.44.07
authorJerome St-Louis <jerome@ecere.com>
Mon, 22 Apr 2013 09:17:27 +0000 (05:17 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 22 Apr 2013 09:17:27 +0000 (05:17 -0400)
ide/src/about.ec

index b3f21eb..6864f6a 100644 (file)
@@ -20,7 +20,7 @@ class AboutIDE : Window
    text = $"About the Ecere SDK";
    tabCycle = true;
 
-   Label { this, text = "Ecere Software Development Kit   v0.44.06 \"Ryōan-ji\"" X64STRING, font = { $"Tahoma", 8.25f, bold = true }, position = { 16, 128 } };
+   Label { this, text = "Ecere Software Development Kit   v0.44.07 \"Ryōan-ji\"" X64STRING, font = { $"Tahoma", 8.25f, bold = true }, position = { 16, 128 } };
    Label { this, text = "Copyright © 2005-2013 Ecere Corporation",         font = { $"Tahoma", 8.25f, bold = true }, position = { 16, 144 } };
    Label { this, text = "Copyright © 1996-2013 Jérôme Jacovella-St-Louis", font = { $"Tahoma", 8.25f, bold = true }, position = { 16, 160 } };
    Label { this, text = $"Lead Architect and Developer", font = { $"Tahoma", 8.25f, bold = true }, position = { 16, 188 } };