From e641ce473b8f7d105f384e49eb21dfdbfe6601de Mon Sep 17 00:00:00 2001 From: Solarminer Date: Mon, 8 Feb 2021 11:16:15 -0600 Subject: [PATCH] 2.0.1 Version --- configure.ac | 2 +- contrib/gitian-descriptors/gitian-linux.yml | 2 +- contrib/gitian-descriptors/gitian-osx.yml | 2 +- contrib/gitian-descriptors/gitian-rpi.yml | 2 +- contrib/gitian-descriptors/gitian-win.yml | 2 +- src/clientversion.h | 2 +- src/version.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 4b69bd4b..cabebf05 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, 0) -define(_CLIENT_VERSION_REVISION, 0) +define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2021) diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index c59ad887..e549c332 100644 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -1,5 +1,5 @@ --- -name: "smartcash-linux-2.0.0" +name: "smartcash-linux-2.0.1" enable_cache: true suites: - "trusty" diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index 93ad6320..7e864af4 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -1,5 +1,5 @@ --- -name: "smartcash-osx-2.0.0" +name: "smartcash-osx-2.0.1" enable_cache: true suites: - "trusty" diff --git a/contrib/gitian-descriptors/gitian-rpi.yml b/contrib/gitian-descriptors/gitian-rpi.yml index 2aaa19ac..15c0606f 100644 --- a/contrib/gitian-descriptors/gitian-rpi.yml +++ b/contrib/gitian-descriptors/gitian-rpi.yml @@ -1,5 +1,5 @@ --- -name: "smartcash-rpi-2.0.0" +name: "smartcash-rpi-2.0.1" enable_cache: true suites: - "trusty" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index a7b0ee62..f0233a13 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -1,5 +1,5 @@ --- -name: "smartcash-win-2.0.0" +name: "smartcash-win-2.0.1" enable_cache: true suites: - "trusty" diff --git a/src/clientversion.h b/src/clientversion.h index 78387ef9..16c842c0 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -17,7 +17,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 0 -#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/version.h b/src/version.h index 20b07718..6a5428b9 100644 --- a/src/version.h +++ b/src/version.h @@ -21,7 +21,7 @@ static const int INIT_PROTO_VERSION = 90013; static const int GETHEADERS_VERSION = 90020; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 90031; +static const int MIN_PEER_PROTO_VERSION = 90033; //! first version with multi node payments static const int MIN_MULTIPAYMENT_PROTO_VERSION = 90026;