Skip to content

Commit c0859b7

Browse files
committed
build: 0.19 release updates on master
as per doc/release-process.md. Note: On branch-off, these same changes should be made on the release branch, with also these additional changes to both files: - set `CLIENT_VERSION_REVISION` to `0` - set `CLIENT_VERSION_IS_RELEASE` to `true`
1 parent 1f40a91 commit c0859b7

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
@@ -14,7 +14,7 @@
1414
#define CLIENT_VERSION_MAJOR 0
1515

1616
/* Minor version */
17-
#define CLIENT_VERSION_MINOR 18
17+
#define CLIENT_VERSION_MINOR 19
1818

1919
/* Build revision */
2020
#define CLIENT_VERSION_REVISION 99
@@ -346,7 +346,7 @@
346346
#define PACKAGE_NAME "Bitcoin Core"
347347

348348
/* Define to the full name and version of this package. */
349-
#define PACKAGE_STRING "Bitcoin Core 0.18.99"
349+
#define PACKAGE_STRING "Bitcoin Core 0.19.99"
350350

351351
/* Define to the one symbol short name of this package. */
352352
#define PACKAGE_TARNAME "bitcoin"
@@ -355,7 +355,7 @@
355355
#define PACKAGE_URL "https://bitcoincore.org/"
356356

357357
/* Define to the version of this package. */
358-
#define PACKAGE_VERSION "0.18.99"
358+
#define PACKAGE_VERSION "0.19.99"
359359

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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
4-
define(_CLIENT_VERSION_MINOR, 18)
4+
define(_CLIENT_VERSION_MINOR, 19)
55
define(_CLIENT_VERSION_REVISION, 99)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_RC, 0)

0 commit comments

Comments
 (0)