Skip to content

Commit

Permalink
bump version 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Aug 11, 2018
1 parent 641d6d4 commit 4735a1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

option(INSTALL_TESTS "Install the tests on make install" on)

set(APP_VERSION "3.7.2")
set(APP_VERSION_CODE 4)
set(APP_VERSION "3.7.3")
set(APP_VERSION_CODE 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.7.2"
readonly property string versionString: "3.7.3"

// 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-08-11" version="3.7.3"/>
<release date="2018-08-06" version="3.7.2"/>
<release date="2018-08-04" version="3.7.1"/>
<release date="2018-07-31" version="3.7.0"/>
Expand Down

0 comments on commit 4735a1b

Please sign in to comment.