Some fixes and cleanup of Fremantle easy-chroot scripts
[easy-deb-chroot] / fremantle / easy-deb-chroot / build_easydebchroot.py
index ebe8af6..3d83087 100755 (executable)
@@ -44,8 +44,8 @@ if __name__ == "__main__":
      p.preremove=qoleprerm.read()
      # p.preremove=""
 
-     version = "0.9.34"   #Version of your software, e.g. "1.2.0" or "0.8.2"
-     build = "2fremantle1"         #Build number
+     version = "0.9.35"   #Version of your software, e.g. "1.2.0" or "0.8.2"
+     build = "3fremantle1"         #Build number
                          #Text with changelog information to be displayed in the package "Details" tab of the HAM
      qolechangelog = open("control/changelog", "r")
      changeloginformation = qolechangelog.read()