summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2012-05-21 14:57:24 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2012-05-21 14:57:24 +0200
commit9d276ba1847134152f365c3402ec081b228d5b67 (patch)
treebd879eefc2d0f1d663d8af6036c03e3f853cddbe /qml
parentedff37b6e0fa35d8948e1492835353ba77ca3ace (diff)
Updated version number.HEADv1.3.0master
Diffstat (limited to 'qml')
-rw-r--r--qml/AboutDialog.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qml/AboutDialog.qml b/qml/AboutDialog.qml
index e097092..4259a9f 100644
--- a/qml/AboutDialog.qml
+++ b/qml/AboutDialog.qml
@@ -115,13 +115,13 @@ Dialog {
}
Label {
- text: "Version 1.2.1"
+ text: "Version 1.3.0"
font.pixelSize: UI.FONT_LSMALL
color: UI.COLOR_INVERTED_FOREGROUND
}
Label {
- text: "Copyright \u00a9 2011 Yoann Lopes"
+ text: "Copyright \u00a9 2011-2012 Yoann Lopes"
font.pixelSize: UI.FONT_LSMALL
color: UI.COLOR_INVERTED_FOREGROUND
}