diff options
author | Simon Horman <horms@verge.net.au> | 2008-02-20 10:55:21 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-02-20 10:55:21 +0900 |
commit | 162cecf91f6ac99d5af35ac6488415cdfa98ac58 (patch) | |
tree | 3b7112b07ad9cfe34aa92669f305bb152f679762 | |
parent | f797af18bf3d4b40d3b711b9f7620d37c25c96a8 (diff) |
kexec-tools-testing 20080219-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 334cfe9..857c1da 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools-testing, 20080219-rc) +AC_INIT(kexec-tools-testing, 20080219-git) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) |