From f9dd3ccb7f8719a4bf3a5e8a27c7389e34104d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 12 Nov 2019 14:12:38 +0100 Subject: [PATCH] Aleth 1.7.0-rc.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 1.7.0-rc.0 → 1.7.0-rc.1 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d9460aaac57..c87191f4d51 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0-rc.0 +current_version = 1.7.0-rc.1 commit = True message = Aleth {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index c47d250dd88..608c8fbee58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ HunterGate( cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo) project(aleth) -set(PROJECT_VERSION 1.7.0-rc.0) +set(PROJECT_VERSION 1.7.0-rc.1) cable_add_buildinfo_library(PROJECT_NAME aleth)