From 11a0809bffdc68a4985029cae4c8db5789032e80 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 6 Nov 2019 15:12:46 +0000 Subject: [PATCH] Hera 0.2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.2.5-alpha.0 → 0.2.5 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 997306c67..0ad1253f4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5-alpha.0 +current_version = 0.2.5 commit = True message = Hera {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index f1af1a68b..0302dca12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;Re set(CMAKE_DEBUG_POSTFIX "") project(hera) -set(PROJECT_VERSION 0.2.5-alpha.0) +set(PROJECT_VERSION 0.2.5) cable_configure_compiler() if(CABLE_COMPILER_GNULIKE)