|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
#define CLIENT_VERSION_IS_RELEASE false
|
|
|
|
|
|
|
|
|
|
/* Major version */
|
|
|
|
|
#define CLIENT_VERSION_MAJOR 21
|
|
|
|
|
#define CLIENT_VERSION_MAJOR 22
|
|
|
|
|
|
|
|
|
|
/* Minor version */
|
|
|
|
|
#define CLIENT_VERSION_MINOR 99
|
|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
|
|
|
|
|
|
|
|
|
|
/* Copyright year */
|
|
|
|
|
#define COPYRIGHT_YEAR 2019
|
|
|
|
|
#define COPYRIGHT_YEAR 2021
|
|
|
|
|
|
|
|
|
|
/* Define to 1 to enable wallet functions */
|
|
|
|
|
#define ENABLE_WALLET 1
|
|
|
|
@ -254,7 +254,7 @@
|
|
|
|
|
#define PACKAGE_NAME "Bitcoin Core"
|
|
|
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
|
|
|
|
#define PACKAGE_STRING "Bitcoin Core 21.99.0"
|
|
|
|
|
#define PACKAGE_STRING "Bitcoin Core 22.99.0"
|
|
|
|
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
|
|
|
#define PACKAGE_TARNAME "bitcoin"
|
|
|
|
@ -263,7 +263,7 @@
|
|
|
|
|
#define PACKAGE_URL "https://bitcoincore.org/"
|
|
|
|
|
|
|
|
|
|
/* Define to the version of this package. */
|
|
|
|
|
#define PACKAGE_VERSION "21.99.0"
|
|
|
|
|
#define PACKAGE_VERSION "22.99.0"
|
|
|
|
|
|
|
|
|
|
/* Define to necessary symbol if this constant uses a non-standard name on
|
|
|
|
|
your system. */
|
|
|
|
|