diff options
author | Simon Horman <horms@verge.net.au> | 2008-02-21 17:55:37 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-02-21 17:55:37 +0900 |
commit | 9fb8a578f2b136815c3a134b602df2f8cddd52d5 (patch) | |
tree | 2a97ad7d0b8a6d16a1ebc2a9fcc7cf0bbe6b2c9d | |
parent | 0825a890d39599f9f2ca11495317923aec540306 (diff) |
kexec-tools-testing 20080221-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 952e0c3..99bd815 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools-testing, 20080221-rc) +AC_INIT(kexec-tools-testing, 20080221-git) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) |