aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2019-10-01 10:53:09 +0200
committerJon Atack <jon@atack.com>2019-10-02 11:08:15 +0200
commitc0859b7dac5f3504d753f5dcd7ee272fdb43bea6 (patch)
tree67b7def6fd3ad1e92aab248634432cc450acefe3 /configure.ac
parent1f40a91286662a9bf40737c34b4de2f5b5fa8b96 (diff)
downloadbitcoin-c0859b7dac5f3504d753f5dcd7ee272fdb43bea6.tar.xz
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`
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2445b72683..8af9a986d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
-define(_CLIENT_VERSION_MINOR, 18)
+define(_CLIENT_VERSION_MINOR, 19)
define(_CLIENT_VERSION_REVISION, 99)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)