diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-07 18:47:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-07 18:47:48 (GMT) |
commit | bb872f11d2f87e2ef7f323097db3ca70e4af8561 (patch) | |
tree | 10079824b85172d5373444d410adaee6601f79d6 | |
parent | b87bdb77b3aca7dfa56e2e21bb835df3b606a305 (diff) | |
download | cpython-bb872f11d2f87e2ef7f323097db3ca70e4af8561.zip cpython-bb872f11d2f87e2ef7f323097db3ca70e4af8561.tar.gz cpython-bb872f11d2f87e2ef7f323097db3ca70e4af8561.tar.bz2 |
Fix up the release number for the 2.2.2b1 documentation release.
This is what was actually used.
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index d2fad83..4cc7a4a 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.2 +RELEASE=2.2.2b1 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |