Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Oct 28, 2020
1 parent 8192955 commit 17ed926
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 @@ -60,8 +60,8 @@ endif()

set(PROJECT_VERSION_MAJOR 1)
set(PROJECT_VERSION_MINOR 5)
set(PROJECT_VERSION_PATCH 0)
set(IS_RELEASE_VERSION FALSE)
set(PROJECT_VERSION_PATCH 1)
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.5.1" date="2020-10-28"/>
<release version="1.5.0" date="2020-10-27"/>
<release version="1.4.1" date="2020-06-01"/>
<release version="1.4.0" date="2020-05-10"/>
Expand Down

0 comments on commit 17ed926

Please sign in to comment.