From: Keith Packard Date: Fri, 23 Oct 2020 03:52:03 +0000 (-0700) Subject: Update 1.9.6 release date. Add note to Releasing about date X-Git-Tag: 1.9.7~1^2~46 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=365bfb9c0720d537c7d65baf871d5dcd7c08de35 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 --- 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'`