summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2014-06-17 08:22:43 +0900
committerSimon Horman <horms@verge.net.au>2014-06-17 08:22:45 +0900
commitcc97e8b9abdfa49fb5ecf18412e4a9a62bf71b57 (patch)
tree1beeeade56a33a4d81371123382480ddafb041d0
parent4afd47956f05ec8f71daf688d5d52837d6e40b2c (diff)
downloadkexec-tools-cc97e8b9abdfa49fb5ecf18412e4a9a62bf71b57.tar.gz
kexec-tools 2.0.7.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 827815b..0164ad0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.7)
+AC_INIT(kexec-tools, 2.0.7.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)