From 4e1e6e83fa166b925f32754bd0f9ed440c1a641f Mon Sep 17 00:00:00 2001 From: Michel van Kessel Date: Tue, 24 Nov 2020 22:22:29 +0100 Subject: [PATCH] Bump version to 2.13.2.7 --- CHANGELOG.md | 10 ++++++++++ configure.ac | 2 +- doc/Doxyfile | 2 +- src/clientversion.h | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 364d355b7..3962a8f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## v2.13.2.7 (2020-11-24) +- Dust mitigation in mempool (by JJ12880 from Radium Core) +- Compile on MacOS Catalina +- Cross-compile MacOS with Xcode 11.3.1 +- Updated dependencies for Win64, Linux64, MacOS, arm64, armv7 +- Sign/Verify compatibility with Legacy clients +- Disable Stake Cache (for now) +- Changed dbcache to 450MB (for txindex) +- Add 100 mature inputs during coinstake. +- Updated fix seeds for main and testnet. ## v2.13.2.6 (2020-07-21) - Fix staking memory leak (by JJ12880 from Radium Core) diff --git a/configure.ac b/configure.ac index d03c58389..6b3ce6078 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 2) define(_CLIENT_VERSION_MINOR, 13) define(_CLIENT_VERSION_REVISION, 2) -define(_CLIENT_VERSION_BUILD, 6) +define(_CLIENT_VERSION_BUILD, 7) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2020) define(_COPYRIGHT_HOLDERS,[The %s developers]) diff --git a/doc/Doxyfile b/doc/Doxyfile index 9daac3335..3d1a45061 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -34,7 +34,7 @@ PROJECT_NAME = "Blackcoin More" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.13.2.6 +PROJECT_NUMBER = 2.13.2.7 # 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 diff --git a/src/clientversion.h b/src/clientversion.h index 9f51dd6c5..10a8a57a1 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -17,7 +17,7 @@ #define CLIENT_VERSION_MAJOR 2 #define CLIENT_VERSION_MINOR 13 #define CLIENT_VERSION_REVISION 2 -#define CLIENT_VERSION_BUILD 6 +#define CLIENT_VERSION_BUILD 7 //! Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true