diff options
author | Simon Horman <horms@verge.net.au> | 2008-02-27 12:26:27 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-02-27 12:26:27 +0900 |
commit | 8687989188b9c6880234ab416eb8e5b1cee78c4e (patch) | |
tree | ccc06e041e8ca3f6a3ad87730ec71b6f2de19604 | |
parent | a2a6fa1cd733c46efe04e1104cbeb91e1e0af609 (diff) |
kexec-tools-testing 20080227-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 86d6769..af30dff 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools-testing, 20080227) +AC_INIT(kexec-tools-testing, 20080227-git) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) |