diff options
author | fanquake <fanquake@gmail.com> | 2023-10-24 11:13:29 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-10-24 11:13:44 +0100 |
commit | 799ce4d0507e4bda8a77ded1d4b09043ae38c68b (patch) | |
tree | 34a20b4ff7e31ba9c369876bc0f18655d348aad5 /configure.ac | |
parent | 96ec3b67a7a7f968d002e13d6fc227f69b7f07d7 (diff) |
build: bump version to 26.99
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0e8292f19a..f18c653822 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -define(_CLIENT_VERSION_MAJOR, 25) +define(_CLIENT_VERSION_MAJOR, 26) define(_CLIENT_VERSION_MINOR, 99) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_RC, 0) |