diff options
author | Simon Horman <horms@kernel.org> | 2022-07-31 07:50:38 +0100 |
---|---|---|
committer | Simon Horman <horms@kernel.org> | 2022-07-31 07:50:38 +0100 |
commit | bc38df5e8e2406316e97666004273733608db537 (patch) | |
tree | 1b47ee240c5a285dd06a759ee59986de14186025 /configure.ac | |
parent | 0fded956184b579a8ccd60a45f8525ebc1219979 (diff) |
kexec-tools 2.0.25.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 0d825ef..d73b765 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools, 2.0.25) +AC_INIT(kexec-tools, 2.0.25.git) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) AC_LANG(C) |