aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2021-01-03 13:42:50 +0100
committerWladimir J. van der Laan <laanwj@protonmail.com>2021-01-03 13:43:03 +0100
commit212525337eda5d628da34a4f29d78d7ccde86f94 (patch)
tree16e9ebee01f6f69e5822faf29a9a767791ad8f56
parent93ce429f0e6ab6e09051fd947c898ecbbf907cd8 (diff)
downloadbitcoin-212525337eda5d628da34a4f29d78d7ccde86f94.tar.xz
build: Bump RC to rc4
Tree-SHA512: f22375573f1737d64b62351cdec58f0f3e17d9f21b044430f366cbf272514369b73f24cc34e499e2637f0a0fa57ce5b925dd2df8ba0265b1b9c37beb7c8b8e22
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6a5f07ccbc..a48427a5df 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, 3)
+define(_CLIENT_VERSION_RC, 4)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2020)
define(_COPYRIGHT_HOLDERS,[The %s developers])