Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Oct 14, 2021
1 parent dfecfe4 commit d026eb2
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 @@ -65,9 +65,9 @@ if (CMAKE_COMPILER_IS_GNUCC)
endif()

set(PROJECT_VERSION_MAJOR 1)
set(PROJECT_VERSION_MINOR 6)
set(PROJECT_VERSION_MINOR 7)
set(PROJECT_VERSION_PATCH 0)
set(IS_RELEASE_VERSION FALSE)
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.7.0" date="2021-10-14"/>
<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"/>
Expand Down

0 comments on commit d026eb2

Please sign in to comment.