diff options
author | fanquake <fanquake@gmail.com> | 2023-05-16 10:13:59 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-05-16 10:27:30 +0100 |
commit | 3116ccd790e76de8f64d2ef9aa5a2641c15bbd8b (patch) | |
tree | a5cc72777908687a91d44148a8e90744c7a95a6d /configure.ac | |
parent | 16ab124e5f878651249b5fc9d6dc4a41701058df (diff) | |
parent | 89a5a416deac060fed8c21d4381c8f59da4f4187 (diff) |
Merge bitcoin/bitcoin#27660: [24.1] Final Changesv24.1
89a5a416deac060fed8c21d4381c8f59da4f4187 doc: update release notes for 24.1 (fanquake)
b36dff9fa8b14f6894d901e4fd8d413cbcb73f08 doc: update manual pages for 24.1 (fanquake)
8af2d2f7628c15af20f566aa29abc228ed32f845 build: bump version to 24.1 final (fanquake)
Pull request description:
Final changes for `v24.1`.
PR for bitcoincore.org is here: https://github.com/bitcoin-core/bitcoincore.org/pull/968.
ACKs for top commit:
josibake:
ACK https://github.com/bitcoin/bitcoin/pull/27660/commits/89a5a416deac060fed8c21d4381c8f59da4f4187
hebasto:
ACK 89a5a416deac060fed8c21d4381c8f59da4f4187, I have reviewed the code and it looks OK.
stickies-v:
ACK 89a5a416deac060fed8c21d4381c8f59da4f4187
Tree-SHA512: 6eb7d30790b50cfc7232cf7c69b5c8b1fbb943cc715d275ff4d8c2ade93d82bf2bc659b82a06b8453e2e0382e9d375aee2c71d0fee44285f9eb8a029980a29d3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8afbca3da1..b919887c9a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.69]) define(_CLIENT_VERSION_MAJOR, 24) define(_CLIENT_VERSION_MINOR, 1) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_RC, 3) +define(_CLIENT_VERSION_RC, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2022) define(_COPYRIGHT_HOLDERS,[The %s developers]) |