From af1585d2328b0a8bcf124397b6e1925c86065ca0 Mon Sep 17 00:00:00 2001 From: lateminer Date: Sun, 14 Oct 2018 19:09:13 +0300 Subject: [PATCH] Update client version to 2.12.2.1 --- README.md | 2 +- configure.ac | 2 +- src/clientversion.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5096eb0b..7c921f711 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Blackcoin is a decentralised digital currency with near-instant transaction spee introduced by the Blackcoin development team. Blackcoin More is the name of open source software which enables the use of this currency. It takes Blackcoin to the next level by building upon -Bitcoin Core 0.12.1 with some patches from newer Bitcoin Core versions to offer performance enhancements, wider compatibility with third party services and a more advanced base. +Bitcoin Core 0.12.2 with some patches from newer Bitcoin Core versions to offer performance enhancements, wider compatibility with third party services and a more advanced base. For more information, as well as an immediately useable, binary version of the Blackcoin More software, see https://blackcoin.org. diff --git a/configure.ac b/configure.ac index 31f80e687..2f60c18dd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 2) define(_CLIENT_VERSION_MINOR, 12) -define(_CLIENT_VERSION_REVISION, 1) +define(_CLIENT_VERSION_REVISION, 2) define(_CLIENT_VERSION_BUILD, 1) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2018) diff --git a/src/clientversion.h b/src/clientversion.h index 5c1ea5912..63f5f86c4 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -16,7 +16,7 @@ //! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 2 #define CLIENT_VERSION_MINOR 12 -#define CLIENT_VERSION_REVISION 1 +#define CLIENT_VERSION_REVISION 2 #define CLIENT_VERSION_BUILD 1 //! Set to true for release, false for prerelease or test build