summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-02-26 12:13:13 +0900
committerSimon Horman <horms@verge.net.au>2008-02-26 12:13:13 +0900
commit8e2774bfb54640bc12b4180f93a7356ae5bbe46e (patch)
tree578937bb3f345249b843bbd82e387515257e3b4f
parent0b011417a55ff57fcc648f56264f772766b82356 (diff)
kexec-tools-testing 20080226-git
Add -git to version so it doesn't look like a release. This is just so when people built stuff 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 83e4c69..3f5c794 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools-testing, 20080226-rc)
+AC_INIT(kexec-tools-testing, 20080226-git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])