Skip to content

Commit 3d8c714

Browse files
committed
build: Bump master version to 22.99.0
Tree-SHA512: fcd9ab71dba1fc814980c144a76288c313f42a0123a6a2f44a4adc13b83b74f9fb4f029c5cd646d3c1a2bb28899e95e9fbf55cfd98b665a653624291dc9baf49
1 parent 42af959 commit 3d8c714

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build_msvc/bitcoin_config.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define CLIENT_VERSION_IS_RELEASE false
1616

1717
/* Major version */
18-
#define CLIENT_VERSION_MAJOR 21
18+
#define CLIENT_VERSION_MAJOR 22
1919

2020
/* Minor version */
2121
#define CLIENT_VERSION_MINOR 99
@@ -30,7 +30,7 @@
3030
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
3131

3232
/* Copyright year */
33-
#define COPYRIGHT_YEAR 2019
33+
#define COPYRIGHT_YEAR 2021
3434

3535
/* Define to 1 to enable wallet functions */
3636
#define ENABLE_WALLET 1
@@ -254,7 +254,7 @@
254254
#define PACKAGE_NAME "Bitcoin Core"
255255

256256
/* 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"
258258

259259
/* Define to the one symbol short name of this package. */
260260
#define PACKAGE_TARNAME "bitcoin"
@@ -263,7 +263,7 @@
263263
#define PACKAGE_URL "https://bitcoincore.org/"
264264

265265
/* Define to the version of this package. */
266-
#define PACKAGE_VERSION "21.99.0"
266+
#define PACKAGE_VERSION "22.99.0"
267267

268268
/* Define to necessary symbol if this constant uses a non-standard name on
269269
your system. */

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
define(_CLIENT_VERSION_MAJOR, 21)
2+
define(_CLIENT_VERSION_MAJOR, 22)
33
define(_CLIENT_VERSION_MINOR, 99)
44
define(_CLIENT_VERSION_BUILD, 0)
55
define(_CLIENT_VERSION_RC, 0)

0 commit comments

Comments
 (0)