Skip to content

Commit

Permalink
bump version 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Oct 13, 2018
1 parent 1401bf6 commit ac26e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.9.0")
set(APP_VERSION_CODE 14)
set(APP_VERSION "3.9.1")
set(APP_VERSION_CODE 15)
set(APP_NAME "noson")
set(APP_ID "io.github.janbar.noson")
set(EXEC "noson-app")
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-10-13" version="3.9.1"/>
<release date="2018-09-15" version="3.8.7"/>
<release date="2018-08-26" version="3.8.6"/>
<release date="2018-08-25" version="3.8.5"/>
Expand Down

0 comments on commit ac26e2b

Please sign in to comment.