Skip to content

Commit

Permalink
bump version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Feb 28, 2018
1 parent 36f2958 commit acdcf59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
6 changes: 5 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gui/noson.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acdcf59

Please sign in to comment.