diff options
author | Simon Horman <horms@verge.net.au> | 2018-11-15 06:09:33 -0800 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2018-11-15 06:09:33 -0800 |
commit | e5dfb354021983b7d8dba64f29aa2dd1433ec230 (patch) | |
tree | a0f180aaf6f8d70e4d580049ae5c45f4f2a37a96 /configure.ac | |
parent | 5750980cdbbc33ef75bfba6660295b932376ce15 (diff) |
kexec-tools 2.0.18.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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e05d601..f1ad30f 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools, 2.0.18) +AC_INIT(kexec-tools, 2.0.18.git) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) AC_LANG(C) |