From c790e08ac1d3d28f98475045da640678db9e2062 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 12 Apr 2001 04:34:26 +0000 Subject: [PATCH] Use "2.1c1" since that is what Guido used for the Python version number. --- Doc/Makefile | 2 +- Doc/texinputs/boilerplate.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index a2da3021aca4..b8cc71227b3b 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.1rc1 +RELEASE=2.1c1 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 87c301fd4819..74c0f22a9cf1 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -6,5 +6,5 @@ } \date{\today} % XXX update before release! -\release{2.1 rc 1} % software release, not documentation +\release{2.1c1} % software release, not documentation \setshortversion{2.1} % major.minor only for software -- 2.47.3