From fe2968d2366fbf018f7b1e8c81a355bbe28a4a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 10 Dec 2019 21:07:32 +0100 Subject: [PATCH] Aleth 1.8.0-alpha.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 1.8.0-alpha.1 → 1.8.0-alpha.2 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0673ab984aa..173bb4e5f27 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.0-alpha.1 +current_version = 1.8.0-alpha.2 commit = True message = Aleth {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 50237276967..ac7a79b90e8 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.8.0-alpha.1) +set(PROJECT_VERSION 1.8.0-alpha.2) cable_add_buildinfo_library(PROJECT_NAME aleth)