diff options
author | Simon Horman <horms@verge.net.au> | 2008-03-18 12:11:11 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-03-18 12:11:11 +0900 |
commit | 15b87fade4dfeb52ab07919f37c424ac640b26a8 (patch) | |
tree | 052e5df203016cd0d70e55195279cc3fac69ed31 | |
parent | 34d0fc37cdece27b19a0484c3f3836e7be624455 (diff) |
kexec-tools-testing 20080318-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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3b013d0..a16b7b4 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools-testing, 20080318-rc) +AC_INIT(kexec-tools-testing, 20080318-git) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) |