From bb872f11d2f87e2ef7f323097db3ca70e4af8561 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 7 Oct 2002 18:47:48 +0000 Subject: [PATCH] Fix up the release number for the 2.2.2b1 documentation release. This is what was actually used. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index d2fad8328958..4cc7a4a43def 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -66,7 +66,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.2.2 +RELEASE=2.2.2b1 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) -- 2.47.3