aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-05-22 10:03:11 +0100
committerfanquake <fanquake@gmail.com>2024-05-28 12:28:11 +0100
commit9e919072bd76b0c2048ef9df6ba7171e8be0ccf4 (patch)
tree324e10b3185014d8ffa94557f8c65ddbb2602d34
parent9b4640c4bea984ebd496a4d6eb014fab7b6827fc (diff)
build: bump version to 27.1rc1
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0305918bc4..a2e08ccda1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 27)
-define(_CLIENT_VERSION_MINOR, 0)
+define(_CLIENT_VERSION_MINOR, 1)
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])