diff options
author | fanquake <fanquake@gmail.com> | 2022-11-21 10:24:28 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-11-21 10:24:28 +0000 |
commit | a02ae0745b01b33158d916d3d71107da77026bcb (patch) | |
tree | 1cdc813cf2310dd4ce1085dc76dbe1a3e61e8e18 | |
parent | a1fcd565fff85f5652bf86504b416a615a2cb6d5 (diff) |
build: Bump version to 23.1rc2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1d4f26e200..d424c49b57 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.69]) define(_CLIENT_VERSION_MAJOR, 23) define(_CLIENT_VERSION_MINOR, 1) 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]) |