diff options
author | fanquake <fanquake@gmail.com> | 2024-04-09 09:56:29 +0200 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-04-15 09:49:19 +0100 |
commit | 2d2a0a369e13693fd0821fcd56a534e63c6b7baf (patch) | |
tree | b367e583ca378ce893ac33900e45a53fda2073be | |
parent | 9442ea82da1c9ff0ac8b1267e596af79cb04a249 (diff) |
build: bump version to v27.0 final
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d39006be33..0305918bc4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.69]) define(_CLIENT_VERSION_MAJOR, 27) define(_CLIENT_VERSION_MINOR, 0) 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]) |