aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-12-05 09:45:12 +0000
committerfanquake <fanquake@gmail.com>2022-12-05 09:45:12 +0000
commit99e0ccc7426935d5680bc982f25eef368bd53875 (patch)
tree005c42810e3042cf398cdda6d731b287a8149486
parent1b05169c321d5210ca06cb9699e8af0376bb21d7 (diff)
downloadbitcoin-99e0ccc7426935d5680bc982f25eef368bd53875.tar.xz
build: bump version to 22.1 final
-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])