summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-07-19 10:33:05 +1000
committerSimon Horman <horms@verge.net.au>2008-07-19 10:33:05 +1000
commit8108aeeef14a2ab40756e90c980ac09687eff007 (patch)
treed5aafa14f4e6f3eb2076f53d42f60702ddf461dd
parent06a27d1ed518812c868cf73666d4f97b92057548 (diff)
kexec-tools 2.0.0-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 efe7e52..c677334 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.0)
+AC_INIT(kexec-tools, 2.0.0-git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])