diff options
author | fanquake <fanquake@gmail.com> | 2022-10-14 10:19:44 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-10-14 10:19:44 +0800 |
commit | e5aec59e0f5c4e7ae1e91e0fe619eec7d8187ea8 (patch) | |
tree | 1a5997e3c97d3d6a7bd73b08311bba84afa6d687 | |
parent | 885366c67addd86bf06629919aaa6f74a76f44f4 (diff) |
build: Bump version to 24.0rc2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e60ae73c01..1156a17166 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, 1) +define(_CLIENT_VERSION_RC, 2) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2022) define(_COPYRIGHT_HOLDERS,[The %s developers]) |