Browse Source

Bump version to 15.05.96

Arjen Hiemstra 9 years ago
parent
commit
753e9826e0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      cura/CuraApplication.py
  2. 1 1
      installer.nsi

+ 1 - 1
cura/CuraApplication.py

@@ -50,7 +50,7 @@ class CuraApplication(QtApplication):
         if not hasattr(sys, "frozen"):
             Resources.addResourcePath(os.path.join(os.path.abspath(os.path.dirname(__file__)), ".."))
 
-        super().__init__(name = "cura", version = "15.05.95")
+        super().__init__(name = "cura", version = "15.05.96")
 
         self.setWindowIcon(QIcon(Resources.getPath(Resources.ImagesLocation, "cura-icon.png")))
 

+ 1 - 1
installer.nsi

@@ -1,5 +1,5 @@
 !ifndef VERSION
-  !define VERSION '15.05.95'
+  !define VERSION '15.05.96'
 !endif
 
 ; The name of the installer