File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
#define CLIENT_VERSION_IS_RELEASE false
16
16
17
17
/* Major version */
18
- #define CLIENT_VERSION_MAJOR 21
18
+ #define CLIENT_VERSION_MAJOR 22
19
19
20
20
/* Minor version */
21
21
#define CLIENT_VERSION_MINOR 99
30
30
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
31
31
32
32
/* Copyright year */
33
- #define COPYRIGHT_YEAR 2019
33
+ #define COPYRIGHT_YEAR 2021
34
34
35
35
/* Define to 1 to enable wallet functions */
36
36
#define ENABLE_WALLET 1
254
254
#define PACKAGE_NAME "Bitcoin Core"
255
255
256
256
/* Define to the full name and version of this package. */
257
- #define PACKAGE_STRING "Bitcoin Core 21 .99.0"
257
+ #define PACKAGE_STRING "Bitcoin Core 22 .99.0"
258
258
259
259
/* Define to the one symbol short name of this package. */
260
260
#define PACKAGE_TARNAME "bitcoin"
263
263
#define PACKAGE_URL "https://bitcoincore.org/"
264
264
265
265
/* Define to the version of this package. */
266
- #define PACKAGE_VERSION "21 .99.0"
266
+ #define PACKAGE_VERSION "22 .99.0"
267
267
268
268
/* Define to necessary symbol if this constant uses a non-standard name on
269
269
your system. */
Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.69] )
2
- define ( _CLIENT_VERSION_MAJOR , 21 )
2
+ define ( _CLIENT_VERSION_MAJOR , 22 )
3
3
define ( _CLIENT_VERSION_MINOR , 99 )
4
4
define ( _CLIENT_VERSION_BUILD , 0 )
5
5
define ( _CLIENT_VERSION_RC , 0 )
You can’t perform that action at this time.
0 commit comments