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, 17) -define(_CLIENT_VERSION_REVISION, 0) +define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2018) diff --git a/doc/Doxyfile b/doc/Doxyfile --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.17.0 +PROJECT_NUMBER = 0.17.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,20 +1,6 @@ -Bitcoin ABC version 0.17.0 is now available from: +Bitcoin ABC version 0.17.1 is now available from: - + This release includes the following features and fixes: - - Add monolithactivationtime configuration in order to chose when the May, 15 hard fork activates. This value should not be changed in production, but it allows user to test the fork activation ahead of time. - - `dumpwallet` no longer allows overwriting files. This is a security measure - as well as prevents dangerous user mistakes. - - Node using the wrong magic are now getting banned. - - cmake builds are now possible for bitcoind and other utilities. - - Correct `open source` to `open-source` in README.md (Props to John Carvalho) - - Add SSE4 optimized SHA256 (Port from Bitcoin Core) - - Multiwallet support (Port from Bitcoin Core) - - Lots of improvements to the RPC test suite (Ports from Bitcoin Core) - - Uptime rpc command (Port from Bitcoin Core) - - At the MTP time of 1526400000 (Tue May 15 12:00:00 UTC, 2018) the following behaviors will change: - - Increase the default datacarriersize to 220 byte at the MTP time of 1526400000 - - Increase the maximum blocksize to 32,000,000 bytes at the MTP time of 1526400000 - - Re-activate the following opcodes: OP_CAT, OP_AND, OP_OR, OP_XOR, OP_DIV, OP_MOD - - Add the following new opcodes: OP_SPLIT to replace OP_SUBSTR, OP_NUM2BIN, OP_BIN2NUM + diff --git a/doc/release-notes.md b/doc/release-notes/release-notes-0.17.0.md copy from doc/release-notes.md copy to doc/release-notes/release-notes-0.17.0.md diff --git a/src/clientversion.h b/src/clientversion.h --- a/src/clientversion.h +++ b/src/clientversion.h @@ -17,7 +17,7 @@ //! requires it #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 17 -#define CLIENT_VERSION_REVISION 0 +#define CLIENT_VERSION_REVISION 1 #define CLIENT_VERSION_BUILD 0 //! Set to true for release, false for prerelease or test build diff --git a/src/config/CMakeLists.txt b/src/config/CMakeLists.txt --- a/src/config/CMakeLists.txt +++ b/src/config/CMakeLists.txt @@ -12,7 +12,7 @@ # Version set(CLIENT_VERSION_MAJOR 0) set(CLIENT_VERSION_MINOR 17) -set(CLIENT_VERSION_REVISION 0) +set(CLIENT_VERSION_REVISION 1) set(CLIENT_VERSION_BUILD 0) option(CLIENT_VERSION_IS_RELEASE "Build a release version" OFF) diff --git a/src/test/net_tests.cpp b/src/test/net_tests.cpp --- a/src/test/net_tests.cpp +++ b/src/test/net_tests.cpp @@ -195,7 +195,7 @@ BOOST_CHECK_EQUAL(userAgent(config).size(), MAX_SUBVERSION_LENGTH); BOOST_CHECK_EQUAL(userAgent(config), - "/Bitcoin ABC:0.17.0(EB8.0; very very very very very " + "/Bitcoin ABC:0.17.1(EB8.0; very very very very very " "very very very very very very very very very very very " "very very very very very very very very very very very " "very very very very very very very very very very very "