diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-21 16:46:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-21 16:46:28 (GMT) |
commit | 09aa55a090ec1fef1c11710d50623fa7617e4308 (patch) | |
tree | 28194f9be792740c4f72fc10e5f36d67b28467d9 /Doc/Makefile | |
parent | b2dd86defed4cc36ca2892509b73c23b39bdc558 (diff) | |
download | cpython-09aa55a090ec1fef1c11710d50623fa7617e4308.zip cpython-09aa55a090ec1fef1c11710d50623fa7617e4308.tar.gz cpython-09aa55a090ec1fef1c11710d50623fa7617e4308.tar.bz2 |
Doc changes on the trunk will not be in Python 2.2, so let's call it 2.2+.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 5911fd0..88bb021 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.2c1+ +RELEASE=2.2+ PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |