aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-10-31 17:12:40 +0000
committerfanquake <fanquake@gmail.com>2023-11-01 10:01:05 +0000
commit0b189a90926eaa6694b4031fe31c111e2f5052ae (patch)
treebfd6a47235e82825f420175b07edc630d777cd29
parente097d4cb5329e9037c0e66d1c71b1bc5a02d56e6 (diff)
build: bump version to v26.0rc2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 59b1d70698..11b40c31e1 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, 1)
+define(_CLIENT_VERSION_RC, 2)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_HOLDERS,[The %s developers])