summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@kernel.org>2022-07-19 14:32:25 +0200
committerSimon Horman <horms@kernel.org>2022-07-19 14:32:25 +0200
commitbfab31851465cb18f3dd75371e7f04a4bc6ad83c (patch)
treec98d74507925c4bfb2efc57c3affb7726b8abe23
parentc3950959f42857d3de5bca01fe3f4a85f31545c5 (diff)
downloadkexec-tools-bfab31851465cb18f3dd75371e7f04a4bc6ad83c.tar.gz
kexec-tools 2.0.25-rc1v2.0.25-rc1
Signed-off-by: Simon Horman <horms@kernel.org>
-rw-r--r--configure.ac2
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)