From 380a42caf9f629ad2499f56da3376c77e0e14b47 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 22 May 2003 14:48:28 +0000 Subject: [PATCH] the release manager has been fixed; this *will* be a release candidate --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 52549c42e976..e921dee600de 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.3 +RELEASE=2.2.3c1 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) -- 2.47.3