aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-05-17 13:07:24 +0100
committerfanquake <fanquake@gmail.com>2023-05-19 12:12:58 +0100
commit8f7db443e9c475225de234b7ab7b649f1305a844 (patch)
tree636693ef968b0baed43c7ad7cd6e26db10cbe452 /configure.ac
parent8996da626d68784aaaccd96d3459c805b578f759 (diff)
build: bump version to v25.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 e60ddbea7d..c6dc5a6875 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 25)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 2)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_HOLDERS,[The %s developers])