diff options
author | Simon Horman <horms@kernel.org> | 2022-04-29 11:57:51 +0200 |
---|---|---|
committer | Simon Horman <horms@kernel.org> | 2022-04-29 11:58:08 +0200 |
commit | 2ddfaf31fa8396a16e26409e80ed74ab330fbec8 (patch) | |
tree | 3173250e74c1ad2371842b3549cbd58a91aea5f1 /configure.ac | |
parent | 1d82b3faa331bba56d2dbc96f3cd7a0191bf1ac9 (diff) |
kexec-tools 2.0.23.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@kernel.org>
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 cf8e8a2..3a417bc 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools, 2.0.24) +AC_INIT(kexec-tools, 2.0.24.git) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) AC_LANG(C) |