diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-16 17:34:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-16 17:34:38 (GMT) |
commit | dd2487d7592e1546e64ee1571e35cd984e8ba8da (patch) | |
tree | 168de9594582dbb9960c92523313d67c295eba3a /Doc/Makefile | |
parent | 012852ba7fb939828d3c1448222ed06f29c01d3d (diff) | |
download | cpython-dd2487d7592e1546e64ee1571e35cd984e8ba8da.zip cpython-dd2487d7592e1546e64ee1571e35cd984e8ba8da.tar.gz cpython-dd2487d7592e1546e64ee1571e35cd984e8ba8da.tar.bz2 |
Post-release bumps. Do *NOT* merge into the 2.2b2 branch.
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 eff8d50..433dbed 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.2b2 +RELEASE=2.2b2+ PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |