Skip to content

Commit

Permalink
bump version 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jul 22, 2018
1 parent 014824d commit 59d63cb
Show file tree
Hide file tree
Showing 3 changed files with 3 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.6.4")
set(APP_VERSION "3.6.5")
set(APP_NAME "noson")
set(APP_ID "io.github.janbar.noson")
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.6.4"
readonly property string versionString: "3.6.5"

// Design stuff
width: 360
Expand Down
1 change: 1 addition & 0 deletions noson.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release date="2018-07-22" version="3.6.5"/>
<release date="2018-07-09" version="3.6.4"/>
<release date="2018-07-04" version="3.6.3"/>
<release date="2018-07-03" version="3.6.2"/>
Expand Down

0 comments on commit 59d63cb

Please sign in to comment.