From: Fred Drake Date: Thu, 12 Apr 2001 04:34:26 +0000 (+0000) Subject: Use "2.1c1" since that is what Guido used for the Python version number. X-Git-Tag: v2.1c1~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c790e08ac1d3d28f98475045da640678db9e2062;p=thirdparty%2FPython%2Fcpython.git Use "2.1c1" since that is what Guido used for the Python version number. --- 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