diff options
author | fanquake <fanquake@gmail.com> | 2022-12-08 12:32:22 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-12-08 12:32:22 +0000 |
commit | 93713654ef65b3353394b0efd653beba1826a0f8 (patch) | |
tree | 6f676c1e69bff7d01384d357f74340357968b7ba | |
parent | ea9aa3f02f7005a35a3b0e6c31d00513232948d8 (diff) |
build: bump version to 23.1 final
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d424c49b57..313b847793 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, 2) +define(_CLIENT_VERSION_RC, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2022) define(_COPYRIGHT_HOLDERS,[The %s developers]) |