File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
#define CLIENT_VERSION_MAJOR 0
19
19
20
20
/* Minor version */
21
- #define CLIENT_VERSION_MINOR 20
21
+ #define CLIENT_VERSION_MINOR 21
22
22
23
23
/* Build revision */
24
24
#define CLIENT_VERSION_REVISION 99
253
253
#define PACKAGE_NAME "Bitcoin Core"
254
254
255
255
/* 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"
257
257
258
258
/* Define to the one symbol short name of this package. */
259
259
#define PACKAGE_TARNAME "bitcoin"
262
262
#define PACKAGE_URL "https://bitcoincore.org/"
263
263
264
264
/* Define to the version of this package. */
265
- #define PACKAGE_VERSION "0.19 .99"
265
+ #define PACKAGE_VERSION "0.21 .99"
266
266
267
267
/* Define to necessary symbol if this constant uses a non-standard name on
268
268
your system. */
Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.69] )
2
2
define ( _CLIENT_VERSION_MAJOR , 0 )
3
- define ( _CLIENT_VERSION_MINOR , 20 )
3
+ define ( _CLIENT_VERSION_MINOR , 21 )
4
4
define ( _CLIENT_VERSION_REVISION , 99 )
5
5
define ( _CLIENT_VERSION_BUILD , 0 )
6
6
define ( _CLIENT_VERSION_RC , 0 )
You can’t perform that action at this time.
0 commit comments