diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-14 22:28:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-14 22:28:26 (GMT) |
commit | 9c7a07f7a46570601432c1e490239f8c8b9dccc0 (patch) | |
tree | 9cdfff83cb5829c2542517109dd2b683dc8ed4c9 | |
parent | 1336e99054171efa1dc4fa29a9d0d44beb7dd46e (diff) | |
download | cpython-9c7a07f7a46570601432c1e490239f8c8b9dccc0.zip cpython-9c7a07f7a46570601432c1e490239f8c8b9dccc0.tar.gz cpython-9c7a07f7a46570601432c1e490239f8c8b9dccc0.tar.bz2 |
Bump release number & date.
-rw-r--r-- | Doc/Makefile | 2 | ||||
-rw-r--r-- | Doc/texinputs/boilerplate.tex | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 7ad1220..eff8d50 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.2b1 +RELEASE=2.2b2 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index c97db56..06466cf 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -5,7 +5,7 @@ Email: \email{python-docs@python.org} } -\date{October 19, 2001} % XXX update before release! +\date{November 16, 2001} % XXX update before release! \release{2.2} % software release, not documentation -\setreleaseinfo{b1} % empty for final release +\setreleaseinfo{b2} % empty for final release \setshortversion{2.2} % major.minor only for software |