diff --git a/CMakeLists.txt b/CMakeLists.txt index e3cfc44d..8d2969f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") option(INSTALL_TESTS "Install the tests on make install" on) -set(APP_VERSION "3.2.0") +set(APP_VERSION "3.3.0") set(APP_NAME "noson") set(APP_ID "noson.janbar") set(EXEC "noson-app") diff --git a/debian/changelog b/debian/changelog index 446aa6fa..0cca3c5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,8 @@ -noson-app (3.2) UNRELEASED; urgency=low +noson-app (3.3) UNRELEASED; urgency=low + + [ janbar ] + * Release 3.3 + * Clear the queue before playing bundle [ janbar ] * Release 3.2 diff --git a/gui/noson.qml b/gui/noson.qml index 177a18dd..899b09a5 100644 --- a/gui/noson.qml +++ b/gui/noson.qml @@ -15,7 +15,7 @@ ApplicationWindow { visible: true title: "noson" - readonly property string versionString: "3.2.0" + readonly property string versionString: "3.3.0" // Design stuff width: 360