diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5) project(bitcoin-abc - VERSION 0.20.2.0 + VERSION 0.20.3.0 # TODO add description and homepage when CMake > 3.12 is enforced. # DESCRIPTION "Bitcoin ABC is a full node implementation of the Bitcoin Cash protocol." # HOMEPAGE "https://www.bitcoinabc.org" diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 20) -define(_CLIENT_VERSION_REVISION, 2) +define(_CLIENT_VERSION_REVISION, 3) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2019) diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,13 +1,5 @@ -Bitcoin ABC version 0.20.2 is now available from: +Bitcoin ABC version 0.20.3 is now available from: - + This release includes the following features and fixes: - - Improved initial block download performance by ~20%. - - Improved initial block download performance during pruning. - - `bitcoin-qt -resetguisettings` now generates a backup of the former GUI settings. - - Removed features that were deprecated in 0.19.x, including `signrawtransaction`, - `fundrawtransaction -reserveChangeKey`, parts of `validateaddress`, use of - addresses in `createmultisig`, and other miscellaneous behaviors. - - Minor logging improvements. - - Introduced `submitheader` RPC for submitting header candidates as chaintips. diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.20.2.md copy from doc/release-notes.md copy to doc/release-notes/release-notes-0.20.2.md