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, 19) -define(_CLIENT_VERSION_REVISION, 10) +define(_CLIENT_VERSION_REVISION, 11) 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,19 +1,5 @@ -Bitcoin ABC version 0.19.10 is now available from: +Bitcoin ABC version 0.19.11 is now available from: - + This release includes the following features and fixes: - - Add a `spentby` field to the following RPCs: `getrawmempool`, - `getmempooldescendents`, `getmempoolsancestors`, `getmempoolentry`. - - Default to use CashAddr in most places in the GUI even when `usecashaddr=0` is specified. - - -Renamed script for creating JSON-RPC credentials ------------------------------ -The `share/rpcuser/rpcuser.py` script was renamed to `share/rpcauth/rpcauth.py`. -This script can be used to create `rpcauth` credentials for a JSON-RPC user. - -Python Support --------------- - -Support for Python 2 has been discontinued for all test files and tools. diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.19.10.md copy from doc/release-notes.md copy to doc/release-notes/release-notes-0.19.10.md diff --git a/src/config/CMakeLists.txt b/src/config/CMakeLists.txt --- a/src/config/CMakeLists.txt +++ b/src/config/CMakeLists.txt @@ -13,7 +13,7 @@ # Version set(CLIENT_VERSION_MAJOR 0 CACHE STRING "Major version number") set(CLIENT_VERSION_MINOR 19 CACHE STRING "Minor version number") -set(CLIENT_VERSION_REVISION 10 CACHE STRING "Revision version number") +set(CLIENT_VERSION_REVISION 11 CACHE STRING "Revision version number") set(CLIENT_VERSION_BUILD 0 CACHE STRING "Build version number") option(CLIENT_VERSION_IS_RELEASE "Build a release version" OFF)