summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2014-02-06 16:27:52 +0900
committerSimon Horman <horms@verge.net.au>2014-02-06 16:27:52 +0900
commit464ddc1f20d1710129232abaa9a7f98a249c5aa3 (patch)
treedea4deab7ea64dbe68be9cf08749e8199a38ae1b /configure.ac
parentf3379b3cbb2f16520eeed9cd9eec21faec25efc6 (diff)
kexec-tools 2.0.5.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 b6af431..9b9e06f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.5)
+AC_INIT(kexec-tools, 2.0.5.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)