Skip to content

Commit 132e1d8

Browse files
committed
build: Bump master version to 0.21.99
Tree-SHA512: 94c258b234b2412d92f312a1b38adf17249664a9e3e321de0ff683b59a48cee192cd42da5220df0726a782d98776610f4420534b3a1c51f4cf4a0180d5835622
1 parent 831675c commit 132e1d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build_msvc/bitcoin_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define CLIENT_VERSION_MAJOR 0
1919

2020
/* Minor version */
21-
#define CLIENT_VERSION_MINOR 20
21+
#define CLIENT_VERSION_MINOR 21
2222

2323
/* Build revision */
2424
#define CLIENT_VERSION_REVISION 99
@@ -253,7 +253,7 @@
253253
#define PACKAGE_NAME "Bitcoin Core"
254254

255255
/* Define to the full name and version of this package. */
256-
#define PACKAGE_STRING "Bitcoin Core 0.19.99"
256+
#define PACKAGE_STRING "Bitcoin Core 0.21.99"
257257

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

264264
/* Define to the version of this package. */
265-
#define PACKAGE_VERSION "0.19.99"
265+
#define PACKAGE_VERSION "0.21.99"
266266

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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.69])
22
define(_CLIENT_VERSION_MAJOR, 0)
3-
define(_CLIENT_VERSION_MINOR, 20)
3+
define(_CLIENT_VERSION_MINOR, 21)
44
define(_CLIENT_VERSION_REVISION, 99)
55
define(_CLIENT_VERSION_BUILD, 0)
66
define(_CLIENT_VERSION_RC, 0)

0 commit comments

Comments
 (0)