From 365bfb9c0720d537c7d65baf871d5dcd7c08de35 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 22 Oct 2020 20:52:03 -0700 Subject: [PATCH] Update 1.9.6 release date. Add note to Releasing about date Need to update the release date as well as the release version; that's where all of the dates in the various docs comes from. Signed-off-by: Keith Packard --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 67e84600..936983e1 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -RELEASE_DATE=2020-09-29 +RELEASE_DATE=2020-10-21 AC_SUBST(RELEASE_DATE) DOC_DATE=`LC_ALL=C date -d $RELEASE_DATE +'%d %b %Y'` -- 2.30.2