summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Horman <horms@kernel.org>2024-01-25 16:54:40 +0000
committerSimon Horman <horms@kernel.org>2024-01-25 16:54:40 +0000
commit21ea4569856aecf7467b6a2035a10ca89e8f7789 (patch)
treebd078cbcf210f0b067e451e18f7211c4ce606fe5
parentadef8a8e4bfda3cf43e8ab87c3b210cdf723ae33 (diff)
downloadkexec-tools-21ea4569856aecf7467b6a2035a10ca89e8f7789.tar.gz
kexec-tools 2.0.28.git
Add .git to version so it doesn't look like a release. This is just so when people build code from git it can be identified as such from the version string. 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 8ed32ba9..e8015884 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.28)
+AC_INIT(kexec-tools, 2.0.28.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)