diff options
author | Fred Drake <fdrake@acm.org> | 2002-03-14 22:56:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-03-14 22:56:04 (GMT) |
commit | 48da568e8c98f96a750d9c0a191d8d417254893a (patch) | |
tree | c689c105b53edc4ae821c8c1f889ab163f614ce0 | |
parent | ce476335997568e39abc3c89b806df32c357dcf5 (diff) | |
download | cpython-48da568e8c98f96a750d9c0a191d8d417254893a.zip cpython-48da568e8c98f96a750d9c0a191d8d417254893a.tar.gz cpython-48da568e8c98f96a750d9c0a191d8d417254893a.tar.bz2 |
Update version number prior to release candidate.
-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 d417c86..aa92d32 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -66,7 +66,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.2.1-- +RELEASE=2.2.1c1 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index c5345a7..5571b92 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -7,5 +7,5 @@ \date{\today} % XXX update before release! \release{2.2.1} % software release, not documentation -\setreleaseinfo{--} % empty for final release +\setreleaseinfo{c1} % empty for final release \setshortversion{2.2} % major.minor only for software |