Display the actual application version in the about dialog

This helps people reporting issues since they can report the proper
application version
This commit is contained in:
Arjen Hiemstra 2015-07-14 11:16:10 +02:00
parent 8130bae4c0
commit 0bcd5d875d

View file

@ -31,7 +31,7 @@ UM.Dialog {
Label {
id: version
text: "Cura 15.06"
text: "Cura %1".arg(UM.Application.version)
font: UM.Theme.fonts.large
anchors.horizontalCenter : logo.horizontalCenter
anchors.horizontalCenterOffset : (logo.width * 0.25)