aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-11-21 14:10:35 +0000
committerfanquake <fanquake@gmail.com>2022-11-22 09:40:22 +0000
commit6af7af61c90197326a77e1248fdca98722ab2efd (patch)
tree868981b85f968fc0b58b7766c218b7c7a9fe5e8b
parentc192b86c0bb75c3558bbc7f2d42d7498586a7993 (diff)
downloadbitcoin-6af7af61c90197326a77e1248fdca98722ab2efd.tar.xz
build: Bump version to 22.1rc2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 44adc433d8..24aca42cea 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, 1)
+define(_CLIENT_VERSION_RC, 2)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2021)
define(_COPYRIGHT_HOLDERS,[The %s developers])