summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2012-04-20 14:04:50 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2012-04-20 14:04:50 +0200
commit2c5ba5b8d4af9175f31acea1fe7d96197d10a8a9 (patch)
tree87018872198f1c61e2bd4ad50e6ec24178cce4cd
parent91916f6199cf9e978deaaaf8f36490a74ffe8678 (diff)
Updated version number.v1.2.1
-rw-r--r--main.cpp2
-rw-r--r--qml/AboutDialog.qml2
-rw-r--r--qtc_packaging/debian_harmattan/changelog5
3 files changed, 7 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 6189833..22c5444 100644
--- a/main.cpp
+++ b/main.cpp
@@ -53,7 +53,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
QApplication::setOrganizationName("MeeSpot");
QApplication::setOrganizationDomain("qt.nokia.com");
QApplication::setApplicationName("MeeSpot");
- QApplication::setApplicationVersion("1.2.0");
+ QApplication::setApplicationVersion("1.2.1");
QSettings::setPath(QSettings::NativeFormat, QSettings::UserScope, QLatin1String("/home/user/MyDocs/.meespotconf"));
diff --git a/qml/AboutDialog.qml b/qml/AboutDialog.qml
index 7403381..f71a940 100644
--- a/qml/AboutDialog.qml
+++ b/qml/AboutDialog.qml
@@ -114,7 +114,7 @@ Dialog {
}
Label {
- text: "Version 1.2.0"
+ text: "Version 1.2.1"
font.pixelSize: UI.FONT_LSMALL
}
diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog
index b19a5f2..a871888 100644
--- a/qtc_packaging/debian_harmattan/changelog
+++ b/qtc_packaging/debian_harmattan/changelog
@@ -1,3 +1,8 @@
+meespot (1.2.1) unstable; urgency=low
+ * Bug fixes and minor improvements.
+
+ -- Yoann Lopes <yoann.lopes@gmail.com> Mon, 12 Dec 2011 05:39:17 +0100
+
meespot (1.2.0) unstable; urgency=low
* Added last.fm scrobbling.
* Fast-scrolling of lists.