Skip to content

Commit

Permalink
bump version 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Mar 26, 2018
1 parent 7007882 commit 6c0014a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.2")
set(APP_VERSION "3.3.4")
set(APP_NAME "noson")
set(APP_ID "noson.janbar")
set(EXEC "noson-app")
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.3.2"
readonly property string versionString: "3.3.4"

// Design stuff
width: 360
Expand Down

0 comments on commit 6c0014a

Please sign in to comment.