Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Jan 2, 2021
1 parent aa0f6c8 commit 68fb288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ if (CMAKE_COMPILER_IS_GNUCC)
endif()

set(PROJECT_VERSION_MAJOR 1)
set(PROJECT_VERSION_MINOR 5)
set(PROJECT_VERSION_PATCH 1)
set(IS_RELEASE_VERSION FALSE)
set(PROJECT_VERSION_MINOR 6)
set(PROJECT_VERSION_PATCH 0)
set(IS_RELEASE_VERSION TRUE)

if(IS_RELEASE_VERSION)
set(PROJECT_VERSION_TWEAK 0)
Expand Down
1 change: 1 addition & 0 deletions res/julius.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</screenshot>
</screenshots>
<releases>
<release version="1.6.0" date="2021-01-02"/>
<release version="1.5.1" date="2020-10-28"/>
<release version="1.5.0" date="2020-10-27"/>
<release version="1.4.1" date="2020-06-01"/>
Expand Down

0 comments on commit 68fb288

Please sign in to comment.