summaryrefslogtreecommitdiffstats
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
parent1db565ca96009ceb7e1208823141e6f768afcd86 (diff)
Updated version number.
-rw-r--r--main.cpp2
-rw-r--r--qml/AboutDialog.qml12
-rw-r--r--qtc_packaging/debian_harmattan/changelog9
3 files changed, 16 insertions, 7 deletions
diff --git a/main.cpp b/main.cpp
index 006ba8d..6189833 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.1.1");
+ QApplication::setApplicationVersion("1.2.0");
QSettings::setPath(QSettings::NativeFormat, QSettings::UserScope, QLatin1String("/home/user/MyDocs/.meespotconf"));
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
}
diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog
index bd5626f..b19a5f2 100644
--- a/qtc_packaging/debian_harmattan/changelog
+++ b/qtc_packaging/debian_harmattan/changelog
@@ -1,3 +1,12 @@
+meespot (1.2.0) unstable; urgency=low
+ * Added last.fm scrobbling.
+ * Fast-scrolling of lists.
+ * Search filter for playlists.
+ * Support for headset controls.
+ * Bug fixes and performance improvements.
+
+ -- Yoann Lopes <yoann.lopes@gmail.com> Sat, 05 Nov 2011 00:21:51 +0100
+
meespot (1.1.1) unstable; urgency=low
* Bug fixes.