From de5352413036325e582781c017becaf1793fff15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 14 Feb 2019 11:03:51 +0100 Subject: [PATCH] Aleth 1.6.0-alpha.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 1.6.0-alpha.0 → 1.6.0-alpha.1 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 398e00ea5c0..a07c4206fc5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0-alpha.0 +current_version = 1.6.0-alpha.1 commit = True message = Aleth {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index 71ae353d95e..e0196335135 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ HunterGate( ) project(aleth) -set(PROJECT_VERSION 1.6.0-alpha.0) +set(PROJECT_VERSION 1.6.0-alpha.1) cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo)