summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Horman <horms@kernel.org>2024-01-11 11:28:33 +0000
committerSimon Horman <horms@kernel.org>2024-01-11 11:28:33 +0000
commitadef8a8e4bfda3cf43e8ab87c3b210cdf723ae33 (patch)
tree4c2d490d69c6276273fe57e584d2b0281064bbd4
parent5d7bc25cf15b872d92366e44fdc7da6a44f8b12b (diff)
downloadkexec-tools-adef8a8e4bfda3cf43e8ab87c3b210cdf723ae33.tar.gz
kexec-tools 2.0.28v2.0.28
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 4ec2a997..8ed32ba9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.28-rc1)
+AC_INIT(kexec-tools, 2.0.28)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)