summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2013-03-27 21:25:36 +0900
committerSimon Horman <horms@verge.net.au>2013-03-27 21:25:36 +0900
commit8f1cfc61ec60d340186451fd2b44b9cfc7b0cbcc (patch)
tree3563ab7309b7bf68e5334d01b5f7e1115ae55e1d
parent709dee5092cc9420e310db7939a8df2367fdfefc (diff)
downloadkexec-tools-8f1cfc61ec60d340186451fd2b44b9cfc7b0cbcc.tar.gz
kexec-tools 2.0.4.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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0d48e6a7..7b61dbf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.4)
+AC_INIT(kexec-tools, 2.0.4.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)