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

This commit is contained in:
Jaime van Kessel 2015-09-09 09:50:35 +02:00
commit e2fe27e534
18 changed files with 102 additions and 47 deletions

View file

@ -60,7 +60,7 @@ class CuraApplication(QtApplication):
if not hasattr(sys, "frozen"):
Resources.addSearchPath(os.path.join(os.path.abspath(os.path.dirname(__file__)), ".."))
super().__init__(name = "cura", version = "15.9.80")
super().__init__(name = "cura", version = "15.09.81")
self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png")))