Bump version to 15.05.95

This commit is contained in:
Arjen Hiemstra 2015-06-19 06:10:55 -07:00
parent f1ebb3389d
commit 2c139c4037
3 changed files with 14 additions and 7 deletions

View file

@ -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.94")
super().__init__(name = "cura", version = "15.05.95")
self.setRequiredPlugins([
"CuraEngineBackend",