Skip to content

Commit

Permalink
1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Keriew committed Jun 5, 2020
1 parent e17fcbd commit 2d3b8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ deploy:
file: bintray.json
user: keriew
skip_cleanup: true
key: 6093cf980a68ae93b30c50859935cc5a6add8774
key: 03aa55a4d750d9f9eeff2ab29c759bdd4673f2fc
after_deploy:
- "./.ci_scripts/bintray_link.sh"
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ endif()
set(PROJECT_VERSION_MAJOR 1)
set(PROJECT_VERSION_MINOR 4)
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

0 comments on commit 2d3b8c3

Please sign in to comment.