diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ) project(bitcoin-abc - VERSION 0.21.13 + VERSION 0.22.0 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 @@ -1,8 +1,8 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) -define(_CLIENT_VERSION_MINOR, 21) -define(_CLIENT_VERSION_REVISION, 13) +define(_CLIENT_VERSION_MINOR, 22) +define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2020) 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,25 +1,5 @@ -Bitcoin ABC version 0.21.13 is now available from: +Bitcoin ABC version 0.22.0 is now available from: - + This release includes the following features and fixes: - -- Various fixes to logging and error messages. - -RPC changes ------------ -- `createwallet` now returns a warning if an empty string is used as an -encryption password, and does not encrypt the wallet, instead of raising an -error. This makes it easier to disable encryption but also specify other -options when using the `bitcoin-cli` tool. - -Low-level changes -================= - -Tests ------ -- `-fallbackfee` was 0 (disabled) by default for the main chain, but 20000 by -default for the test chains. Now it is 0 by default for all chains. Testnet -and regtest users will have to add fallbackfee=20000 to their configuration if -they weren't setting it and they want it to keep working like before. (#16524) - diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.21.13.md copy from doc/release-notes.md copy to doc/release-notes/release-notes-0.21.13.md