diff options
author | fanquake <fanquake@gmail.com> | 2022-09-19 16:48:08 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-09-19 16:48:08 +0100 |
commit | 0567b5650e512059acdce506de15a3bc12f08988 (patch) | |
tree | 7326aa86131f9c662a4ca2fe6d58a6d6a1692191 /configure.ac | |
parent | 9f650062fc4350d8c50ac8890cddd4d99f20f895 (diff) |
build: Bump version to 24.99
On the master branch, bump to 24.99 (pre-25.0).
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 12f8f2dcc6..39dc3b980b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -define(_CLIENT_VERSION_MAJOR, 23) +define(_CLIENT_VERSION_MAJOR, 24) define(_CLIENT_VERSION_MINOR, 99) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_RC, 0) |