summaryrefslogtreecommitdiffstats
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
parentedff37b6e0fa35d8948e1492835353ba77ca3ace (diff)
Updated version number.HEADv1.3.0master
-rw-r--r--main.cpp2
-rw-r--r--qml/AboutDialog.qml4
-rw-r--r--qtc_packaging/debian_harmattan/changelog8
3 files changed, 11 insertions, 3 deletions
diff --git a/main.cpp b/main.cpp
index 22c5444..ceecfd2 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.1");
+ QApplication::setApplicationVersion("1.3.0");
QSettings::setPath(QSettings::NativeFormat, QSettings::UserScope, QLatin1String("/home/user/MyDocs/.meespotconf"));
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
}
diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog
index a871888..a790e40 100644
--- a/qtc_packaging/debian_harmattan/changelog
+++ b/qtc_packaging/debian_harmattan/changelog
@@ -1,3 +1,11 @@
+meespot (1.3.0) unstable; urgency=low
+ * Support for high quality streaming (320kbps).
+ * Folder support.
+ * Switchable theme (dark or light).
+ * 'Repeat One' playback feature.
+
+ -- Yoann Lopes <yoann.lopes@gmail.com> Fri, 18 May 2012 18:43:32 +0100
+
meespot (1.2.1) unstable; urgency=low
* Bug fixes and minor improvements.