summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@kernel.org>2022-04-29 11:57:51 +0200
committerSimon Horman <horms@kernel.org>2022-04-29 11:58:08 +0200
commit2ddfaf31fa8396a16e26409e80ed74ab330fbec8 (patch)
tree3173250e74c1ad2371842b3549cbd58a91aea5f1
parent1d82b3faa331bba56d2dbc96f3cd7a0191bf1ac9 (diff)
downloadkexec-tools-2ddfaf31fa8396a16e26409e80ed74ab330fbec8.tar.gz
kexec-tools 2.0.23.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 cf8e8a2..3a417bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.24)
+AC_INIT(kexec-tools, 2.0.24.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)