aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2020-07-31 14:01:56 +0200
committerWladimir J. van der Laan <laanwj@protonmail.com>2020-07-31 14:02:21 +0200
commit7ff64311bee570874c4f0dfa18f518552188df08 (patch)
tree6cbe355306636015c75d1514886e1c3a8e63e7c5
parent6acb21e724e3c438cf7bf6e4c657a18826f509d0 (diff)
downloadbitcoin-0.20.1.tar.xz
build: Bump version to 0.20.1-finalv0.20.1
Tree-SHA512: 7edd91cdb03cf55201987775e5d14bfa61e3eff54abd04eaf249889e5216b12ad722188e12bb51eabb81bcd66014fd349484533744dc777e7af68a78fbc7f51b
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d9e842ed28..5900179c4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 20)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 1)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2020)
define(_COPYRIGHT_HOLDERS,[The %s developers])