summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Horman <horms@kernel.org>2023-09-01 09:37:24 +0200
committerSimon Horman <horms@kernel.org>2023-09-01 09:37:24 +0200
commit056c179cd3c2af0c3bd2762a8a3bfd1340278e9e (patch)
tree9ab374618b6e2f3e28d7c81427202c7cf74a541c
parent17590eedff6d540039365d1ce32182c9c8e20560 (diff)
downloadkexec-tools-056c179cd3c2af0c3bd2762a8a3bfd1340278e9e.tar.gz
kexec-tools 2.0.27.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 192976ce..352eefee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.27)
+AC_INIT(kexec-tools, 2.0.27.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)