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