diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ) project(bitcoin-abc - VERSION 0.21.2 + VERSION 0.21.3 DESCRIPTION "Bitcoin ABC is a full node implementation of the Bitcoin Cash protocol." HOMEPAGE_URL "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, 21) -define(_CLIENT_VERSION_REVISION, 2) +define(_CLIENT_VERSION_REVISION, 3) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2019) define(_COPYRIGHT_HOLDERS,[The %s developers]) diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,16 +1,6 @@ -Bitcoin ABC version 0.21.2 is now available from: +Bitcoin ABC version 0.21.3 is now available from: - + This release includes the following features and fixes: - - Fixed block parking issue that led to park-then-unpark behavior during IBD. - - IBD time reduced by up to 30%. - - Minor tweaks to the bitcoin-qt wallet. - -Account API removed ------------------- - - The 'account' API was deprecated in v0.20.6 and has been fully removed in v0.21.2 - - The 'label' API was introduced in v0.20.6 as a replacement for accounts. - - - See the release notes from v0.20.6 for a full description of the changes from the -'account' API to the 'label' API. + - diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.21.2.md copy from doc/release-notes.md copy to doc/release-notes/release-notes-0.21.2.md