diff options
author | glozow <gloriajzhao@gmail.com> | 2024-02-16 13:43:56 +0000 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2024-02-16 17:29:46 +0000 |
commit | d4aeb4a5a0426e97eb4bd3240a97e8691800e030 (patch) | |
tree | 897955a3cb849b7b3a27e3687cbdddddbe0bc7a4 /configure.ac | |
parent | c27793891a54376d1eb927c4315c9b47b3af3840 (diff) |
[build] bump version to 26.1rc1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b1bdf00e4d..472372a6ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.69]) define(_CLIENT_VERSION_MAJOR, 26) -define(_CLIENT_VERSION_MINOR, 0) +define(_CLIENT_VERSION_MINOR, 1) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_RC, 0) +define(_CLIENT_VERSION_RC, 1) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2023) define(_COPYRIGHT_HOLDERS,[The %s developers]) |