diff options
author | fanquake <fanquake@gmail.com> | 2022-10-31 15:09:49 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-10-31 15:09:49 +0000 |
commit | 3905706b706825f65646e8ee3bb0e90d91254819 (patch) | |
tree | 55c27d2a39e12df16ca8607f7761941d03ba57cf | |
parent | 2e8880abc04d34fb44441606281a3f97bade3e13 (diff) |
build: Bump version to 24.0rc3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5d2eb049ab..cb25eae213 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.69]) define(_CLIENT_VERSION_MAJOR, 24) define(_CLIENT_VERSION_MINOR, 0) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_RC, 2) +define(_CLIENT_VERSION_RC, 3) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2022) define(_COPYRIGHT_HOLDERS,[The %s developers]) |