kexec built from git HEAD shows release date as 13th August 2009, which is not correct. Instead of that use the build date as release date. Signed-off-by: Ameya Palande <ameya.palande at nokia.com> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index f3994a3..fcf50e4 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) AC_LANG(C) -AC_DEFINE_UNQUOTED(PACKAGE_DATE, "13th August 2009", +AC_DEFINE_UNQUOTED(PACKAGE_DATE, "`date '+%d %B %Y'`", [Define to the release date of this package]) -- 1.6.3.3