summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2015-02-09 14:52:21 +0900
committerSimon Horman <horms@verge.net.au>2015-02-09 14:52:21 +0900
commite716a4c9fda35067f176936d02f4303fd1b23c1e (patch)
tree0e14bf6b54b88066e5c7f0f792f456e656f8bfe7 /configure.ac
parent8e762175d295aad08a1cc62d6394e8285f225a40 (diff)
kexec-tools 2.0.10.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 94f3018..db93331 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.9)
+AC_INIT(kexec-tools, 2.0.10.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)