aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 09c4d4db09..133c1d87e8 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, 2)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 3)
+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 3a3c7bd576..ad001bc9c1 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,9 +1,9 @@
-0.20.2rc3 Release Notes
+0.20.2 Release Notes
====================
-Bitcoin Core version 0.20.2rc3 is now available from:
+Bitcoin Core version 0.20.2 is now available from:
- <https://bitcoincore.org/bin/bitcoin-core-0.20.2/test.rc3>
+ <https://bitcoincore.org/bin/bitcoin-core-0.20.2/>
This minor release includes various bug fixes and performance
improvements, as well as updated translations.
@@ -101,7 +101,7 @@ requiring the full previous transaction for segwit inputs. The witness utxo
is still provided to maintain compatibility with software which relied on its
existence to determine whether an input was segwit.
-0.20.2rc3 change log
+0.20.2 change log
=================
### P2P protocol and network code