From ac70379e8e5f4778a0572807dc6ee7e3929eb378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Mon, 20 Aug 2018 17:39:42 +0200 Subject: [PATCH] Aleth 1.4.0rc3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 1.4.0rc2 → 1.4.0rc3 --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f3e36d9a8b1..4dc4d65ac6d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.0rc2 +current_version = 1.4.0rc3 tag = True commit = True message = Aleth {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index f00f87f8245..60b841d37e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ HunterGate( ) project(aleth) -set(PROJECT_VERSION 1.4.0rc2) +set(PROJECT_VERSION 1.4.0rc3) if (NOT EXISTS ${CMAKE_SOURCE_DIR}/evmjit/.git) message(FATAL_ERROR "Git submodules not initialized, execute:\n git submodule update --init")