Updated version string

This commit is contained in:
Jaime van Kessel 2015-09-04 11:10:14 +02:00
parent b1a5ae4895
commit 7463979bcc

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 = "master")
super().__init__(name = "cura", version = "15.9.80")
self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png")))