diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-02 15:11:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-02 15:11:34 (GMT) |
commit | 9e589ce7da65763d5684053b0dcca0dacaa45b0d (patch) | |
tree | 2bb0a0071cb559806973fccfd5320425bbd7a5dc | |
parent | bfc74e852472db9b46cd9c1271a04bb9d0ff923e (diff) | |
download | cpython-9e589ce7da65763d5684053b0dcca0dacaa45b0d.zip cpython-9e589ce7da65763d5684053b0dcca0dacaa45b0d.tar.gz cpython-9e589ce7da65763d5684053b0dcca0dacaa45b0d.tar.bz2 |
Update to reflect Python 2.1.1 release planning.
-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 af0f6b9..b8b8ae7 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 1f41120..20195ba 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 |