summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2017-08-04 13:08:33 +0200
committerSimon Horman <horms@verge.net.au>2017-08-04 13:08:33 +0200
commit161dd0f4f8a830bfed3a3129f08e295d8a274305 (patch)
treed01cf16dd4c307b7ac4c692955ac7a57e9ac6b5f
parent653318b38e5654cdcbb4d3fa87daa72bcb90537a (diff)
kexec-tools 2.0.15.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 69301a2..39e177d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.15)
+AC_INIT(kexec-tools, 2.0.15.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)