diff options
author | Simon Horman <horms@kernel.org> | 2022-12-07 16:00:20 +0100 |
---|---|---|
committer | Simon Horman <horms@kernel.org> | 2022-12-07 16:00:20 +0100 |
commit | ffb186b834203d71d273c2c48ad049f072af8139 (patch) | |
tree | 04fd5d9cc143cc2764b2dd6a6d9885daa6a3143d /configure.ac | |
parent | b9de05184816f15f0d615fe19c4067c13872598b (diff) |
kexec-tools 2.0.26-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 d081c82..0ad858a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools, 2.0.25.git) +AC_INIT(kexec-tools, 2.0.26-rc1) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) AC_LANG(C) |