Skip to content

Commit

Permalink
bump version 3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Aug 20, 2018
1 parent c787b1a commit 00861c4
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.8.3")
set(APP_VERSION_CODE 9)
set(APP_VERSION "3.8.4")
set(APP_VERSION_CODE 10)
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-08-20" version="3.8.4"/>
<release date="2018-08-19" version="3.8.3"/>
<release date="2018-08-19" version="3.8.2"/>
<release date="2018-08-17" version="3.8.1"/>
Expand Down

0 comments on commit 00861c4

Please sign in to comment.