Browse Source

Final changes for release

Adds the release splash and changes the version to 15.06
Arjen Hiemstra 9 years ago
parent
commit
651b4fdfea
3 changed files with 2 additions and 2 deletions
  1. 1 1
      cura/CuraApplication.py
  2. BIN
      resources/images/cura.png
  3. 1 1
      resources/qml/AboutDialog.qml

+ 1 - 1
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")))
 

BIN
resources/images/cura.png


+ 1 - 1
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)