From 8674212c853cd9eb4959f3ceb36945582dc5090b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 22 May 2003 13:59:30 +0000 Subject: [PATCH] Start preparing the doc tree for 2.2.3. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index ce97a5f9630c..52549c42e976 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.3 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) -- 2.47.3