From f797af18bf3d4b40d3b711b9f7620d37c25c96a8 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Tue, 19 Feb 2008 15:47:06 +0900 Subject: kexec-tools-testing 20080219-rc Please ignore the previous "kexec-tools-testing 20080217-rc" commit, obviously its not still last year :-) Signed-off-by: Simon Horman --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 311ca3b..334cfe9 100644 --- a/configure.ac +++ b/configure.ac @@ -4,11 +4,11 @@ dnl dnl dnl ---Required -AC_INIT(kexec-tools-testing, 20070219-rc) +AC_INIT(kexec-tools-testing, 20080219-rc) AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) -AC_DEFINE_UNQUOTED(PACKAGE_DATE, "30th October 2007", +AC_DEFINE_UNQUOTED(PACKAGE_DATE, "19th February 2008", [Define to the release date of this package]) -- cgit