diff options
author | fanquake <fanquake@gmail.com> | 2023-10-02 16:29:11 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-10-04 11:24:05 +0100 |
commit | 02f059c8199efbcbec47ff289f71ac30a5d7313d (patch) | |
tree | b04c7b85b57f854310e8c551383bb66216ee8fac | |
parent | dc1fcec0260db8fa95d74d46d2e1b302e0a66782 (diff) |
build: Bump version to 25.1rc1
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 518f99e309..457366ed6f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.69]) define(_CLIENT_VERSION_MAJOR, 25) -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]) |