diff options
author | Simon Horman <horms@kernel.org> | 2022-07-19 14:32:25 +0200 |
---|---|---|
committer | Simon Horman <horms@kernel.org> | 2022-07-19 14:32:25 +0200 |
commit | bfab31851465cb18f3dd75371e7f04a4bc6ad83c (patch) | |
tree | c98d74507925c4bfb2efc57c3affb7726b8abe23 /configure.ac | |
parent | c3950959f42857d3de5bca01fe3f4a85f31545c5 (diff) |
kexec-tools 2.0.25-rc1
Signed-off-by: Simon Horman <horms@kernel.org>
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 3a417bc..924d607 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools, 2.0.24.git) +AC_INIT(kexec-tools, 2.0.25-rc1) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) AC_LANG(C) |