summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2019-03-06 13:49:35 +0100
committerSimon Horman <horms@verge.net.au>2019-03-06 13:49:35 +0100
commit3757ef630b72385157c02439dd633399a4f43f45 (patch)
tree7529e38e9ba10ca812e0ef4b222a6f096e38acf3 /configure.ac
parent72c1e1e591cffb67d28ec3bdf808e31c81a55b1c (diff)
downloadkexec-tools-3757ef630b72385157c02439dd633399a4f43f45.tar.gz
kexec-tools 2.0.19.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.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c2b0c68..19c99db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.19)
+AC_INIT(kexec-tools, 2.0.19.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)