From 753e9826e0824c96b4288417d29ec56a490a24d7 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Wed, 24 Jun 2015 10:47:04 -0700 Subject: [PATCH] Bump version to 15.05.96 --- cura/CuraApplication.py | 2 +- installer.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 718f7f1e38..56a43dfc24 100644 --- a/cura/CuraApplication.py +++ b/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"))) diff --git a/installer.nsi b/installer.nsi index b5adb4b572..54dd23a14d 100644 --- a/installer.nsi +++ b/installer.nsi @@ -1,5 +1,5 @@ !ifndef VERSION - !define VERSION '15.05.95' + !define VERSION '15.05.96' !endif ; The name of the installer