From e92cdba105e0e9247d263cb50f8fc572fb1c7506 Mon Sep 17 00:00:00 2001
From: Fred Drake <fdrake@acm.org>
Date: Tue, 12 Sep 2000 21:08:55 +0000
Subject: [PATCH] Documentation is good.  Let's release more.

---
 Doc/Makefile                  | 2 +-
 Doc/texinputs/boilerplate.tex | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Doc/Makefile b/Doc/Makefile
index 613221f429..1661752ca9 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -64,7 +64,7 @@ TOOLSDIR=	tools
 
 # This is the *documentation* release, and is used to construct the file
 # names of the downloadable tarballs.
-RELEASE=2.0b1
+RELEASE=2.0b1.1
 
 
 # These must be declared phony since there
diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex
index 1e93fa89b2..bfcf18c362 100644
--- a/Doc/texinputs/boilerplate.tex
+++ b/Doc/texinputs/boilerplate.tex
@@ -5,5 +5,5 @@
 	E-mail: \email{python-docs@python.org}
 }
 
-\date{\today}			% XXX update before release!
-\release{2.0b1}
+\date{September 12, 2000}			% XXX update before release!
+\release{2.0b1.1}
-- 
2.40.0