Set version to 15.05.90 to indicate first beta release of 15.06

This commit is contained in:
Arjen Hiemstra 2015-05-11 12:24:56 +02:00
parent 5a71201200
commit fdde91be67

View file

@ -45,7 +45,7 @@ class CuraApplication(QtApplication):
if not hasattr(sys, "frozen"): if not hasattr(sys, "frozen"):
Resources.addResourcePath(os.path.join(os.path.abspath(os.path.dirname(__file__)), "..")) 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([ self.setRequiredPlugins([
"CuraEngineBackend", "CuraEngineBackend",