aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-09-23 15:04:06 +0800
committerfanquake <fanquake@gmail.com>2021-09-23 15:07:14 +0800
commit6c102a696e1f6e3316b2a90c33c5d7875298c875 (patch)
tree98a22dbea2a3973dd75ba211d5b63416907d9d34
parentf78570ef87d8dd4864ddfe67439315bd6f374edd (diff)
downloadbitcoin-6c102a696e1f6e3316b2a90c33c5d7875298c875.tar.xz
release: bump RC to 0 (-final)
-rw-r--r--configure.ac2
-rw-r--r--doc/release-notes.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 0b2de09062..6df4c1ce09 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, 2)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 2)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2020)
define(_COPYRIGHT_HOLDERS,[The %s developers])
diff --git a/doc/release-notes.md b/doc/release-notes.md
index f99bc59ccf..3b33c48a26 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,9 +1,9 @@
-0.21.2rc2 Release Notes
+0.21.2 Release Notes
====================
-Bitcoin Core version 0.21.2rc2 is now available from:
+Bitcoin Core version 0.21.2 is now available from:
- <https://bitcoincore.org/bin/bitcoin-core-0.21.2/test.rc2/>
+ <https://bitcoincore.org/bin/bitcoin-core-0.21.2/>
This minor release includes various bug fixes and performance
improvements, as well as updated translations.
@@ -42,7 +42,7 @@ longer supported. Additionally, Bitcoin Core does not yet change appearance
when macOS "dark mode" is activated.
-0.21.2rc2 change log
+0.21.2 change log
=================
### P2P protocol and network code