Skip to content

Commit 2d3b8c3

Browse files
committed
1.4.0 release
1 parent e17fcbd commit 2d3b8c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ deploy:
5757
file: bintray.json
5858
user: keriew
5959
skip_cleanup: true
60-
key: 6093cf980a68ae93b30c50859935cc5a6add8774
60+
key: 03aa55a4d750d9f9eeff2ab29c759bdd4673f2fc
6161
after_deploy:
6262
- "./.ci_scripts/bintray_link.sh"

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif()
5656
set(PROJECT_VERSION_MAJOR 1)
5757
set(PROJECT_VERSION_MINOR 4)
5858
set(PROJECT_VERSION_PATCH 0)
59-
set(IS_RELEASE_VERSION FALSE)
59+
set(IS_RELEASE_VERSION TRUE)
6060

6161
if(IS_RELEASE_VERSION)
6262
set(PROJECT_VERSION_TWEAK 0)

0 commit comments

Comments
 (0)