From 2808593b7c8c558b61eee0198acb99226e9ca346 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 10 Dec 2020 20:26:21 +0100 Subject: build: Bump version to 0.20.2rc1 Tree-SHA512: 05bd998383127dae969dbb811aa6170fe07a5f92af3b13dc6d7c135461aa93697e5e4a5a5fc98d4c0f848fdc0ed8317c3624e2a0a54c0ea18d25d5a585efc6ec --- build_msvc/bitcoin_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build_msvc') diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h index 5f80e72124..b9cbba6871 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -21,7 +21,7 @@ #define CLIENT_VERSION_MINOR 20 /* Build revision */ -#define CLIENT_VERSION_REVISION 1 +#define CLIENT_VERSION_REVISION 2 /* Copyright holder(s) before %s replacement */ #define COPYRIGHT_HOLDERS "The %s developers" @@ -265,7 +265,7 @@ #define PACKAGE_NAME "Bitcoin Core" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Bitcoin Core 0.19.99" +#define PACKAGE_STRING "Bitcoin Core 0.20.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "bitcoin" @@ -274,7 +274,7 @@ #define PACKAGE_URL "https://bitcoincore.org/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.19.99" +#define PACKAGE_VERSION "0.20.2" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ -- cgit v1.2.3