diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-11-18 10:05:12 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-11-18 10:06:03 +0100 |
commit | 132e1d897f131537713c8314632022e073f4d4e1 (patch) | |
tree | 91fa2e05b5f7b3c02c999a790d41f204fa0ea1d7 /build_msvc | |
parent | 831675c8dccfa6525ffe751da3cc60709c380953 (diff) |
build: Bump master version to 0.21.99
Tree-SHA512: 94c258b234b2412d92f312a1b38adf17249664a9e3e321de0ff683b59a48cee192cd42da5220df0726a782d98776610f4420534b3a1c51f4cf4a0180d5835622
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 9d0b50a0b4..c1433d4852 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -18,7 +18,7 @@ #define CLIENT_VERSION_MAJOR 0 /* Minor version */ -#define CLIENT_VERSION_MINOR 20 +#define CLIENT_VERSION_MINOR 21 /* Build revision */ #define CLIENT_VERSION_REVISION 99 @@ -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.19.99" +#define PACKAGE_STRING "Bitcoin Core 0.21.99" /* 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.19.99" +#define PACKAGE_VERSION "0.21.99" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ |