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")