ide: Updated About Box version
authorJerome St-Louis <jerome@ecere.com>
Thu, 28 Mar 2013 04:48:46 +0000 (00:48 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 28 Mar 2013 04:48:46 +0000 (00:48 -0400)
ide/src/about.ec

index c8d9bc6..b3f21eb 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.04 \"Ryōan-ji\"" X64STRING, font = { $"Tahoma", 8.25f, bold = true }, position = { 16, 128 } };
+   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 = "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 } };