aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-08-17 12:08:16 +0800
committerfanquake <fanquake@gmail.com>2019-08-17 12:08:16 +0800
commitb4472f502cc7769d9b8a85e46fc8a3b94182f20a (patch)
treeeca963e05baf666a5b5df4ab61f11668a4e34a29
parentc165df198d6e9ea7292af0578024113803b8a6a2 (diff)
downloadbitcoin-b4472f502cc7769d9b8a85e46fc8a3b94182f20a.tar.xz
build: bump version to 0.17.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8449617085..0b8fb66093 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 17)
-define(_CLIENT_VERSION_REVISION, 1)
+define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)