From 2d3b8c36869e849820fc0fe9abae862cfcfaa76b Mon Sep 17 00:00:00 2001 From: Keriew <59965174+Keriew@users.noreply.github.com> Date: Fri, 5 Jun 2020 22:27:07 +0200 Subject: [PATCH] 1.4.0 release --- .travis.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 661cd9c4a1..55c9a73f5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,6 @@ deploy: file: bintray.json user: keriew skip_cleanup: true - key: 6093cf980a68ae93b30c50859935cc5a6add8774 + key: 03aa55a4d750d9f9eeff2ab29c759bdd4673f2fc after_deploy: - "./.ci_scripts/bintray_link.sh" diff --git a/CMakeLists.txt b/CMakeLists.txt index 2958a08273..4d949d66f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)