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:
authorArjen Hiemstra <ahiemstra@heimr.nl>2015-05-11 13:24:56 +0300
committerArjen Hiemstra <ahiemstra@heimr.nl>2015-05-11 13:24:56 +0300
commitfdde91be67e53d02e1ac7cdd7749da56e6325974 (patch)
tree4d9319310ce4e3b158b49c76cd698b7ef4845afc
parent5a71201200be6e6a0bc2ad956b56b5fbb30d4b93 (diff)
Set version to 15.05.90 to indicate first beta release of 15.0615.05.901.15.05.90
-rw-r--r--src/CuraApplication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CuraApplication.py b/src/CuraApplication.py
index ddc2f2e404..526bb2b10e 100644
--- a/src/CuraApplication.py
+++ b/src/CuraApplication.py
@@ -45,7 +45,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 = "master")
+ super().__init__(name = "cura", version = "15.05.90")
self.setRequiredPlugins([
"CuraEngineBackend",