aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAva Chow <github@achow101.com>2024-09-24 11:58:46 -0400
committerAva Chow <github@achow101.com>2024-09-25 14:34:29 -0400
commit5feef9ce7ebf608e45aa9682512599494c0d46d8 (patch)
tree8934bb9788c4b893e12fe7f9f78ab24eecc9c300
parent7fcd7b85c64ffbcd67d8ff1add46d258b26b2029 (diff)
build: Bump to 28.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 70fc37c5c5..c2bf42e39b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 28)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 2)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2024)
define(_COPYRIGHT_HOLDERS,[The %s developers])