aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-10-16 11:30:08 +0200
committerfanquake <fanquake@gmail.com>2023-10-16 11:30:08 +0200
commit9e00b73ee776c7bb902016121d28b9b5bea6537b (patch)
tree4f762035545d307fbf51b5a06bd0e09403b79275
parent167d3e2f16ca8d3ed8d31e71490ecf0ca220ac34 (diff)
build: bump version to 25.1 final
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 457366ed6f..5fcb4212ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 25)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 1)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_HOLDERS,[The %s developers])