summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2009-08-13 10:33:38 +1000
committerSimon Horman <horms@verge.net.au>2009-08-13 10:33:38 +1000
commit66bbafc328ddd6aea12418286b1ab9d68232f47c (patch)
tree855f3f9810dd0c431633711436f6f814db77b9a2 /configure.ac
parent0de986976197056d0bf24456912778f1cbec05ef (diff)
downloadkexec-tools-66bbafc328ddd6aea12418286b1ab9d68232f47c.tar.gz
kexec-tools 2.0.1-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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index df5c3701..4aade874 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.1)
+AC_INIT(kexec-tools, 2.0.1-git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)