From 67a3216a5494834f7c221df93b079dac48aeb11f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Fri, 14 Dec 2018 17:19:59 +0100 Subject: [PATCH] ethash 0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.4.1-alpha.0 → 0.4.1 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8b1c85e3..cf502c32 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1-alpha.0 +current_version = 0.4.1 tag = True commit = True message = ethash {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index ffb60595..86a2b2f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ HunterGate( ) project(ethash) -set(PROJECT_VERSION 0.4.1-alpha.0) +set(PROJECT_VERSION 0.4.1) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo Debug)