summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2018-04-19 10:36:35 +0200
committerSimon Horman <horms@verge.net.au>2018-04-19 10:36:35 +0200
commitb43960c20dd2b1f692db7f296f823bfd91d4f1df (patch)
treeedb5de7892816467541382f68ed88dff1d5359cb
parent969ca80be8cfe0b76dab21032eefd172574a8f0e (diff)
downloadkexec-tools-b43960c20dd2b1f692db7f296f823bfd91d4f1df.tar.gz
kexec-tools 2.0.17.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@verge.net.au>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 394abee7..b4b6f1fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.17)
+AC_INIT(kexec-tools, 2.0.17.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)