diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 5bd3f9fadb..41e02a3cc1 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -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"))) diff --git a/resources/images/cura.png b/resources/images/cura.png index cae2ab2cb8..114f0619a5 100644 Binary files a/resources/images/cura.png and b/resources/images/cura.png differ diff --git a/resources/qml/AboutDialog.qml b/resources/qml/AboutDialog.qml index 1ed9f5dd32..369a2cfbfc 100644 --- a/resources/qml/AboutDialog.qml +++ b/resources/qml/AboutDialog.qml @@ -31,7 +31,7 @@ UM.Dialog { Label { id: version - text: "Cura 15.06 Beta" + text: "Cura 15.06" font: UM.Theme.fonts.large anchors.horizontalCenter : logo.horizontalCenter anchors.horizontalCenterOffset : (logo.width * 0.25)