Update 1.9.6 release date. Add note to Releasing about date
authorKeith Packard <keithp@keithp.com>
Fri, 23 Oct 2020 03:52:03 +0000 (20:52 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 23 Oct 2020 03:52:47 +0000 (20:52 -0700)
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 <keithp@keithp.com>
configure.ac

index 67e846004d9224709aeb0b3f4c4792066b151927..936983e14e32a743be18807bfa242590aceee428 100644 (file)
@@ -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'`