Final changes for release

Adds the release splash and changes the version to 15.06
This commit is contained in:
Arjen Hiemstra 2015-06-30 17:40:58 +02:00
parent ee8c60ddba
commit 651b4fdfea
3 changed files with 2 additions and 2 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.97")
super().__init__(name = "cura", version = "15.06.00")
self.setWindowIcon(QIcon(Resources.getPath(Resources.ImagesLocation, "cura-icon.png")))