diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-10 20:19:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-10 20:19:25 (GMT) |
commit | c5287ac66adda7c0a73f49b6727747234189b441 (patch) | |
tree | 16d5310b4a1170c1be3ef88039c17a9c02f523c4 /Doc | |
parent | 20931fb3f495c8b196a7fad531a1856c00f06a47 (diff) | |
download | cpython-c5287ac66adda7c0a73f49b6727747234189b441.zip cpython-c5287ac66adda7c0a73f49b6727747234189b441.tar.gz cpython-c5287ac66adda7c0a73f49b6727747234189b441.tar.bz2 |
Bump version numbers for upcoming release candidate.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 | ||||
-rw-r--r-- | Doc/texinputs/boilerplate.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 4d7619b..a2da302 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.1b2 +RELEASE=2.1rc1 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 660f298..87c301f 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -6,5 +6,5 @@ } \date{\today} % XXX update before release! -\release{2.1 beta 2} % software release, not documentation +\release{2.1 rc 1} % software release, not documentation \setshortversion{2.1} % major.minor only for software |