aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-10-03 13:54:20 +0100
committerfanquake <fanquake@gmail.com>2023-10-06 11:37:36 +0100
commit248d14cb63ee283becbbbbbdd245b1806dc09bc8 (patch)
tree2f39b13522c70ec894939a3d272d00bbf5145886
parente78961db591272a26a8f4d1c844b31c8710bd204 (diff)
build: bump version to 24.2.rc1
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b919887c9a..ec93c36e11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 24)
-define(_CLIENT_VERSION_MINOR, 1)
+define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 0)
+define(_CLIENT_VERSION_RC, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])