summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2015-11-09 10:58:29 +0900
committerSimon Horman <horms@verge.net.au>2016-03-24 13:59:57 +0900
commit75f7bc488432eb70aab052cc7c83a5cd7555dd3f (patch)
treeb9824e0026b79d636551ae36329e2a3dbf758475
parent4c66c8b2f24bd6262d01f57fb182a99576c26ab3 (diff)
kexec-tools 2.0.12.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 fc1f431..ca3a9d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.12)
+AC_INIT(kexec-tools, 2.0.12.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)