From 162cecf91f6ac99d5af35ac6488415cdfa98ac58 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Wed, 20 Feb 2008 10:55:21 +0900 Subject: kexec-tools-testing 20080219-git Add -git to version so it doesn't look like a release. This is just so when people built stuff from git it can be identified as such from the version string. Signed-off-by: Simon Horman --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 334cfe9..857c1da 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools-testing, 20080219-rc) +AC_INIT(kexec-tools-testing, 20080219-git) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) -- cgit