mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Merge bitcoin/bitcoin#23301: [0.20] Finalise v0.20.2
0e2c782163
release: bump RC to 0 (-final) (fanquake) Pull request description: Bump to final. Release will be tagged shortly after. ACKs for top commit: laanwj: ACK0e2c782163
Tree-SHA512: 1864302cf3b2e444fe7172082ff80839fb2d519cf59fc0c76a5f87027aec5a2e3783a73b5916539cfb093905acb104cf2a9e2d79279d0c69a58c5660005cf1d4
This commit is contained in:
commit
29e129ab6b
2 changed files with 5 additions and 5 deletions
|
@ -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])
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue