Skip to content

Commit

Permalink
bump version 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jul 9, 2018
1 parent 9328ec1 commit f433231
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.3")
set(APP_VERSION "3.6.4")
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.3"
readonly property string versionString: "3.6.4"

// 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-09" version="3.6.4"/>
<release date="2018-07-04" version="3.6.3"/>
<release date="2018-07-03" version="3.6.2"/>
<release date="2018-07-02" version="3.6.1"/>
Expand Down

0 comments on commit f433231

Please sign in to comment.