aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-02-17 17:26:01 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-02-17 17:27:18 +0100
commitf87e8f53920adfa80a3f4af9435370dc272c3783 (patch)
tree124de2635a27102d08dad98d0be7b1e6a3e5465c /configure.ac
parent9828f9a9962c1bee5c343847030b9cfd87a40a5e (diff)
downloadbitcoin-f87e8f53920adfa80a3f4af9435370dc272c3783.tar.xz
build: bump version to 0.14.99
Now that 0.14 branch has been split off, master is 0.14.99 (pre-0.15). Also clean out release notes.
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 346695043d..64a6234449 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, 13)
+define(_CLIENT_VERSION_MINOR, 14)
define(_CLIENT_VERSION_REVISION, 99)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)