Merge 565af03c37 into merged_master (Bitcoin PR bitcoin/bitcoin#33056)

This commit is contained in:
ivanlele 2026-07-14 10:58:39 +00:00
commit b6d329e5f4
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -28,9 +28,9 @@ get_directory_property(precious_variables CACHE_VARIABLES)
#=============================
set(CLIENT_NAME "Elements Core")
set(CLIENT_VERSION_MAJOR 29)
set(CLIENT_VERSION_MINOR 0)
set(CLIENT_VERSION_MINOR 1)
set(CLIENT_VERSION_BUILD 0)
set(CLIENT_VERSION_RC 0)
set(CLIENT_VERSION_RC 1)
set(CLIENT_VERSION_IS_RELEASE "true")
set(COPYRIGHT_YEAR "2025")

View file

@ -1,6 +1,6 @@
Bitcoin Core version 29.x is now available from:
Bitcoin Core version 29.1rc1 is now available from:
<https://bitcoincore.org/bin/bitcoin-core-29.x/>
<https://bitcoincore.org/bin/bitcoin-core-29.1/test.rc1/>
This release includes various bug fixes and performance
improvements, as well as updated translations.