aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-11-28 16:09:47 +0000
committerfanquake <fanquake@gmail.com>2023-11-28 16:09:47 +0000
commit9ce1766d206d3ef607d659d6d0759b8c02a02f60 (patch)
treeeddc73a7db4bd8a72c98872f59f74e34b0ad91d4 /configure.ac
parente4fef4ae65c68ebd34774700dc4801c24313d469 (diff)
build: bump version to v26.0 final
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 c60322434d..01636ab872 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, 3)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_HOLDERS,[The %s developers])