aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2018-09-19 10:12:06 +0100
committerSjors Provoost <sjors@sprovoost.nl>2018-09-19 10:12:06 +0100
commit1e3dafcaa7b195d14713ad1a146c2bb2003c91b3 (patch)
treec5267c5666af2bb8e07bb7fae1fcec6b116124ba /configure.ac
parentbf47116671c15ab792db2a3242d468ae2fa85cb0 (diff)
downloadbitcoin-1e3dafcaa7b195d14713ad1a146c2bb2003c91b3.tar.xz
build: Bump version to 0.15.2
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 4766e0431d..4b95dd1e77 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, 15)
-define(_CLIENT_VERSION_REVISION, 1)
+define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017)