diff options
author | glozow <gloriajzhao@gmail.com> | 2024-03-25 08:52:36 +0000 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2024-03-25 10:01:13 +0000 |
commit | 5f06dcf9c9481ab8f034aece447e12da67ab7ce7 (patch) | |
tree | 686ce89616e23c6f9a4af901e80930ba411f4675 | |
parent | b53bf22c722309cba923b90840c1e48b98f553c9 (diff) |
[build] bump version to 26.1 final
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 56ea874b6b..5a7baf2a77 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.69]) define(_CLIENT_VERSION_MAJOR, 26) 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, 2023) define(_COPYRIGHT_HOLDERS,[The %s developers]) |