aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-11-16 14:30:16 +0000
committerfanquake <fanquake@gmail.com>2023-11-22 17:22:06 +0000
commit3db4d1cff292c003f58a1755ba94cb0c5ebbb700 (patch)
treea670cd498296f7f10220de9c5975d15df3cfbfd8 /configure.ac
parent6045f38dc8f6a3e028e45fd0024d0b4c6b3cf918 (diff)
build: bump version to v26.0rc3
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 64eeb52253..c60322434d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 26)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 2)
+define(_CLIENT_VERSION_RC, 3)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_HOLDERS,[The %s developers])