aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2021-01-13 22:52:11 +0100
committerWladimir J. van der Laan <laanwj@protonmail.com>2021-01-13 22:52:34 +0100
commit95ea54ba089610019a74c1176a2c7c0dba144b1c (patch)
tree5fcc0d3e2772b2eb95eb43fd99fdd2eaeca8d754 /configure.ac
parent91f06324640bdc99a005d23e70b34b703184fb4f (diff)
downloadbitcoin-95ea54ba089610019a74c1176a2c7c0dba144b1c.tar.xz
build: Bump RC to 0 (-final)v0.21.0
Tree-SHA512: 1a626b9bb7fb04ece4acb24ffcfed178cc5128d16af6860ed37097b6ed36be8b33797bd70a6da0364cd6a9246ebc02fbb83f9523abf5f8dc3c7a524a58416a8f
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 b2f97fafff..0116a662ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 21)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 5)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2020)
define(_COPYRIGHT_HOLDERS,[The %s developers])