diff options
author | Simon Horman <horms@verge.net.au> | 2008-07-14 21:28:51 +1000 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-07-14 21:28:51 +1000 |
commit | 5c22d3a21a7dfc08c717e097f4c4b7e346507ffb (patch) | |
tree | 54f197fb39da75f40ce696de1a61c7bede1d1300 | |
parent | e43a3ed187b07c7a1dc5880bf936f9405440967d (diff) |
kexec-tools 2.0.0-git
Add -git to version so it doesn't look like a release.
This is just so when people build code 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 62fece3..5f1c15a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools, 2.0.0-rc1) +AC_INIT(kexec-tools, 2.0.0-git) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) |