aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-12-05 15:24:03 +0000
committerfanquake <fanquake@gmail.com>2022-12-05 15:26:10 +0000
commit6fd35e2cb18d325221644a33b058c109aed3e767 (patch)
tree61d31cd11c342e2162c1e4809035363c07145278 /configure.ac
parent1b05169c321d5210ca06cb9699e8af0376bb21d7 (diff)
parent8cc07f7fffa3d642d90614af20a47c0a2a229e40 (diff)
Merge bitcoin/bitcoin#26639: [22.x] bump version to v22.1v22.1
8cc07f7fffa3d642d90614af20a47c0a2a229e40 doc: update release notes for 22.1 (fanquake) 45355ec10b361cfccc4d1d616edf1dca216c10e2 doc: update manual pages for 22.1 (fanquake) 99e0ccc7426935d5680bc982f25eef368bd53875 build: bump version to 22.1 final (fanquake) Pull request description: Bump version to v22.1. Regenerate manpages. Add the only change since rc2 (https://github.com/bitcoin/bitcoin/pull/26633) to the release notes. That change does not require another rc. ACKs for top commit: hebasto: ACK 8cc07f7fffa3d642d90614af20a47c0a2a229e40, I have reviewed the changes and they look OK. Tree-SHA512: 1d75235e41ac64f80d3b209934460cec05af1f4ddcd426bf941316374de7dc7d909de2e3dffe9716559b9422262c39724ff330cdbb3774b856e4e6bb8a10248f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 24aca42cea..1bfa60eafa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 22)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 2)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2021)
define(_COPYRIGHT_HOLDERS,[The %s developers])