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 /Doc/Makefile | |
parent | 1336e99054171efa1dc4fa29a9d0d44beb7dd46e (diff) | |
download | cpython-9c7a07f7a46570601432c1e490239f8c8b9dccc0.zip cpython-9c7a07f7a46570601432c1e490239f8c8b9dccc0.tar.gz cpython-9c7a07f7a46570601432c1e490239f8c8b9dccc0.tar.bz2 |
Bump release number & date.
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 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) |