diff options
author | W. J. van der Laan <laanwj@protonmail.com> | 2021-04-16 13:23:58 +0200 |
---|---|---|
committer | W. J. van der Laan <laanwj@protonmail.com> | 2021-04-16 13:23:58 +0200 |
commit | e85dfdbf3101a5b128e879f548639e8bc4d791ea (patch) | |
tree | 8fb277c9e6fb79c156ccfdc479fb3da56b9bb04d /build_msvc | |
parent | ab205181912e83166496f0e7a1f5a1879fcd376f (diff) |
build: Bump version to 0.21.1rc1
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/bitcoin_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h index 60661f121a..01c552862c 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -21,7 +21,7 @@ #define CLIENT_VERSION_MINOR 21 /* Build revision */ -#define CLIENT_VERSION_REVISION 0 +#define CLIENT_VERSION_REVISION 1 /* Copyright holder(s) before %s replacement */ #define COPYRIGHT_HOLDERS "The %s developers" @@ -253,7 +253,7 @@ #define PACKAGE_NAME "Bitcoin Core" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Bitcoin Core 0.21.0" +#define PACKAGE_STRING "Bitcoin Core 0.21.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "bitcoin" @@ -262,7 +262,7 @@ #define PACKAGE_URL "https://bitcoincore.org/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.21.0" +#define PACKAGE_VERSION "0.21.1" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ |