Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06

This commit is contained in:
Tamara Hogenhout 2015-06-25 18:39:25 +02:00
commit 6a1183f680
3 changed files with 3 additions and 3 deletions

View file

@ -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")))