aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-10-16 13:15:38 +0100
committerfanquake <fanquake@gmail.com>2024-10-16 14:53:56 +0100
commitc338e43c6f0865903091c4eaaf4cff34a1a0c555 (patch)
tree50b03301faecdc6d74e1268dbffdc62600e7cb1f
parent84df30927a49da0cf19371b8b54e8d4be0b46016 (diff)
build: bump version to 27.2rc1
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cfd7e53d57..0989fc9d23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 27)
-define(_CLIENT_VERSION_MINOR, 1)
+define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 0)
+define(_CLIENT_VERSION_RC, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2024)
define(_COPYRIGHT_HOLDERS,[The %s developers])