aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-06-10 12:57:01 +0100
committerfanquake <fanquake@gmail.com>2024-06-10 13:03:33 +0100
commit93bb18f1c837a90916bd02ac80bd4b639c17d904 (patch)
tree9b4f33e48ffd268b3baad70d3f8853e98d6ac349 /configure.ac
parentfcf12419714218122e4abb3f6d7f008dadbf4ed9 (diff)
build: bump version to v27.1 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 a2e08ccda1..cfd7e53d57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 27)
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, 2024)
define(_COPYRIGHT_HOLDERS,[The %s developers])