diff options
author | Simon Horman <horms@kernel.org> | 2023-02-07 16:01:17 +0100 |
---|---|---|
committer | Simon Horman <horms@kernel.org> | 2023-02-07 16:01:17 +0100 |
commit | 8fc55927f7003c7965424fcbd33a892a3d115356 (patch) | |
tree | b7ff0ddd279965ed97dc019cbbe6a293c5faf9d9 /configure.ac | |
parent | ae1bd3dde601516f9e90fdc127aa48a81c0d33bc (diff) |
kexec-tools 2.0.26.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 767574e..88e96f1 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools, 2.0.26) +AC_INIT(kexec-tools, 2.0.26.git) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) AC_LANG(C) |