diff options
author | fanquake <fanquake@gmail.com> | 2023-10-16 11:30:08 +0200 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-10-16 11:30:08 +0200 |
commit | 9e00b73ee776c7bb902016121d28b9b5bea6537b (patch) | |
tree | 4f762035545d307fbf51b5a06bd0e09403b79275 | |
parent | 167d3e2f16ca8d3ed8d31e71490ecf0ca220ac34 (diff) |
build: bump version to 25.1 final
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 457366ed6f..5fcb4212ff 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.69]) define(_CLIENT_VERSION_MAJOR, 25) define(_CLIENT_VERSION_MINOR, 1) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_RC, 1) +define(_CLIENT_VERSION_RC, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2023) define(_COPYRIGHT_HOLDERS,[The %s developers]) |