diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-16 20:23:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-16 20:23:55 (GMT) |
commit | 63f217741effa37bc6d64bff7f5574d4e5518162 (patch) | |
tree | cfa52911cc19c807b5e9a2ae5261d97fb0ecf5aa /Doc/Makefile | |
parent | f43ce00531bbafb1d2eaafd0fa128a1131822320 (diff) | |
download | cpython-63f217741effa37bc6d64bff7f5574d4e5518162.zip cpython-63f217741effa37bc6d64bff7f5574d4e5518162.tar.gz cpython-63f217741effa37bc6d64bff7f5574d4e5518162.tar.bz2 |
Bump release to 1.5.2b2.
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 2d316b6..e48fdb2 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -56,7 +56,7 @@ HTMLDIR= html INFODIR= info TOOLSDIR= tools -RELEASE=1.5.2b1 +RELEASE=1.5.2b2 VERSION=1.5 # These must be declared phony since there |