aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorW. J. van der Laan <laanwj@protonmail.com>2021-04-16 13:23:58 +0200
committerW. J. van der Laan <laanwj@protonmail.com>2021-04-16 13:23:58 +0200
commite85dfdbf3101a5b128e879f548639e8bc4d791ea (patch)
tree8fb277c9e6fb79c156ccfdc479fb3da56b9bb04d /configure.ac
parentab205181912e83166496f0e7a1f5a1879fcd376f (diff)
downloadbitcoin-e85dfdbf3101a5b128e879f548639e8bc4d791ea.tar.xz
build: Bump version to 0.21.1rc1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 86e57e5d43..e238c8bd6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 21)
-define(_CLIENT_VERSION_REVISION, 0)
+define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 0)
+define(_CLIENT_VERSION_RC, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2020)
define(_COPYRIGHT_HOLDERS,[The %s developers])