diff options
author | Simon Horman <horms@kernel.org> | 2022-07-31 07:39:04 +0100 |
---|---|---|
committer | Simon Horman <horms@kernel.org> | 2022-07-31 07:39:04 +0100 |
commit | 0fded956184b579a8ccd60a45f8525ebc1219979 (patch) | |
tree | 05b26abaaf091e026e687af0e8cdf2c955d6f991 /configure.ac | |
parent | bfab31851465cb18f3dd75371e7f04a4bc6ad83c (diff) |
kexec-tools 2.0.25
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 924d607..0d825ef 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools, 2.0.25-rc1) +AC_INIT(kexec-tools, 2.0.25) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) AC_LANG(C) |