diff options
author | Fred Drake <fdrake@acm.org> | 1998-12-22 22:17:41 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-12-22 22:17:41 (GMT) |
commit | 85220410e0e7319b995be14a7085564d4b30555a (patch) | |
tree | 443b5404b41899cdc5fbc7f80c9aa212c61443d2 /Doc/Makefile | |
parent | fa38b3ee749388386914a6584b4c7d97aa474abe (diff) | |
download | cpython-85220410e0e7319b995be14a7085564d4b30555a.zip cpython-85220410e0e7319b995be14a7085564d4b30555a.tar.gz cpython-85220410e0e7319b995be14a7085564d4b30555a.tar.bz2 |
Bump $(RELEASE).
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 78ee92f..39e286d 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -56,7 +56,7 @@ HTMLDIR= html INFODIR= info TOOLSDIR= tools -RELEASE=1.5.2a2 +RELEASE=1.5.2b1 VERSION=1.5 # These must be declared phony since there |