aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-12-06 12:13:42 +0000
committerfanquake <fanquake@gmail.com>2022-12-06 12:13:42 +0000
commit1b19c894a2c282177335fd61f633d4d6fd38d425 (patch)
tree7a03263d25265c54ce8384c62aae56a360a67bee
parent3afbc7d67d8e6225db73cbd298bcf738df11f03a (diff)
downloadbitcoin-1b19c894a2c282177335fd61f633d4d6fd38d425.tar.xz
build: bump version to 24.0.1 final
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 932a652ec2..87dd0dc81e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 24)
define(_CLIENT_VERSION_MINOR, 0)
-define(_CLIENT_VERSION_BUILD, 0)
+define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)