diff options
author | Simon Horman <horms@verge.net.au> | 2020-12-17 13:22:38 +0100 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2020-12-17 13:22:38 +0100 |
commit | b4feb36985d76ef7f4c74a7c51f4843c71c728e8 (patch) | |
tree | 7a063c813296f0cf19b10ee73a0a149c7c445699 /configure.ac | |
parent | af2562656b1702185ce54d39e204ba2431ebeec5 (diff) |
kexec-tools 2.0.21.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 3c5201f..6c8e053 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools, 2.0.21) +AC_INIT(kexec-tools, 2.0.21.git) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) AC_LANG(C) |