summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2011-11-05 00:27:11 +0100
committerYoann Lopes <yoann.lopes@nokia.com>2011-11-05 00:27:11 +0100
commitdfb7c69141109b966785c4f167ee69451978457b (patch)
tree5a03744b1f105e7f5fc2531f268ae439d91e30bc /qml
parent1db565ca96009ceb7e1208823141e6f768afcd86 (diff)
Updated version number.
Diffstat (limited to 'qml')
-rw-r--r--qml/AboutDialog.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/qml/AboutDialog.qml b/qml/AboutDialog.qml
index 94ddbdf..7403381 100644
--- a/qml/AboutDialog.qml
+++ b/qml/AboutDialog.qml
@@ -5,22 +5,22 @@
** Contact: Yoann Lopes (yoann.lopes@nokia.com)
**
** This file is part of the MeeSpot project.
-**
+**
** Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions
** are met:
-**
+**
** Redistributions of source code must retain the above copyright notice,
** this list of conditions and the following disclaimer.
-**
+**
** Redistributions in binary form must reproduce the above copyright
** notice, this list of conditions and the following disclaimer in the
** documentation and/or other materials provided with the distribution.
-**
+**
** Neither the name of Nokia Corporation and its Subsidiary(-ies) nor the names of its
** contributors may be used to endorse or promote products derived from
** this software without specific prior written permission.
-**
+**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
@@ -114,7 +114,7 @@ Dialog {
}
Label {
- text: "Version 1.1.1"
+ text: "Version 1.2.0"
font.pixelSize: UI.FONT_LSMALL
}