prep for 4.4.2 release
[roobuilder] / src / Builder4 / About.vala
index 525a91a..ab24041 100644 (file)
@@ -27,6 +27,7 @@ public class About : Object
         this.el.program_name = "roobuilder";
         this.el.license = "LGPL";
         this.el.authors = { "Alan Knowles" };
+        this.el.version = "4.4.2";
         this.el.website = "https://github.com/roojs/roobuilder";
         this.el.modal = true;
         this.el.copyright = "LGPL";
@@ -38,7 +39,7 @@ public class About : Object
     }
 
     // user defined functions
-    public    void show (Gtk.Window parent) {
+    public void show (Gtk.Window parent) {
         this.el.set_transient_for(parent);
         this.el.modal = true;
         this.el.show();