From 9e589ce7da65763d5684053b0dcca0dacaa45b0d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 2 Jul 2001 15:11:34 +0000 Subject: [PATCH] Update to reflect Python 2.1.1 release planning. --- Doc/Makefile | 2 +- Doc/texinputs/boilerplate.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index af0f6b90c3c4..b8b8ae7e3c72 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -67,7 +67,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.1.1a0 +RELEASE=2.1.1c1 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 1f4112025c7f..20195baebf52 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -7,5 +7,5 @@ \date{\today} % XXX update before release! \release{2.1.1} % software release, not documentation -\setreleaseinfo{a0} % empty for final release +\setreleaseinfo{c1} % empty for final release \setshortversion{2.1} % major.minor only for software -- 2.47.3