Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed May 10, 2020
1 parent 5850ff4 commit 6b45c19
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 @@ -54,9 +54,9 @@ if (CMAKE_COMPILER_IS_GNUCC)
endif()

set(PROJECT_VERSION_MAJOR 1)
set(PROJECT_VERSION_MINOR 3)
set(PROJECT_VERSION_PATCH 1)
set(IS_RELEASE_VERSION FALSE)
set(PROJECT_VERSION_MINOR 4)
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.4.0" date="2020-05-10"/>
<release version="1.3.1" date="2020-02-24"/>
<release version="1.3.0" date="2020-02-14"/>
</releases>
Expand Down

0 comments on commit 6b45c19

Please sign in to comment.