Changed README.mdsrc/Builder4/About.bjssrc/Builder4/About.vala
authorAlan <alan@roojs.com>
Thu, 9 Jun 2022 09:58:53 +0000 (17:58 +0800)
committerAlan <alan@roojs.com>
Thu, 9 Jun 2022 09:58:53 +0000 (17:58 +0800)
README.md
src/Builder4/About.bjs
src/Builder4/About.vala

index a3fce02..6d32809 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Building it
 Notes on updating packaging..
 
 Update Package details.
-    
+    Edit the about version (check debian/changelog)
     dch -v {release version}
 
 Build it..
index d8de099..46d52da 100644 (file)
@@ -15,7 +15,7 @@
    "program_name" : "roobuilder",
    "string copyright" : "LGPL",
    "string license" : "LGPL",
-   "string version" : "4.2.0",
+   "string version" : "4.3.0",
    "website" : "https://github.com/roojs/roobuilder",
    "xtype" : "AboutDialog",
    "| void show" : [
index 9258969..0b6a742 100644 (file)
@@ -27,7 +27,7 @@ public class About : Object
         this.el.program_name = "roobuilder";
         this.el.license = "LGPL";
         this.el.authors = { "Alan Knowles" };
-        this.el.version = "4.2.0";
+        this.el.version = "4.3.0";
         this.el.website = "https://github.com/roojs/roobuilder";
         this.el.modal = true;
         this.el.copyright = "LGPL";