Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cura/CuraApplication.py2
-rw-r--r--installer.nsi2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py
index 2d388ce78c..03f5b2f9fe 100644
--- a/cura/CuraApplication.py
+++ b/cura/CuraApplication.py
@@ -51,7 +51,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.96")
+ super().__init__(name = "cura", version = "15.05.97")
self.setWindowIcon(QIcon(Resources.getPath(Resources.ImagesLocation, "cura-icon.png")))
diff --git a/installer.nsi b/installer.nsi
index 35c7fcb596..ec6da5f8e4 100644
--- a/installer.nsi
+++ b/installer.nsi
@@ -1,5 +1,5 @@
!ifndef VERSION
- !define VERSION '15.05.96'
+ !define VERSION '15.05.97'
!endif
; The name of the installer
diff --git a/setup.py b/setup.py
index 43074ab177..08b1564c16 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ print("Removing previous distribution package")
shutil.rmtree("dist", True)
setup(name="Cura",
- version="15.05.95",
+ version="15.05.97",
author="Ultimaker",
author_email="d.braam@ultimaker.com",
url="http://software.ultimaker.com/",