diff options
author | Fred Drake <fdrake@acm.org> | 1998-10-21 14:49:48 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-10-21 14:49:48 +0000 |
commit | a76b63c4f4ebc9136389731e16f741fdb302c361 (patch) | |
tree | b9707723baaffddf2b2fdb0cbd6ff9fe2d346fd3 | |
parent | d29cf379b9ba8b0677cbfdf84cdaf866cfded692 (diff) | |
download | cpython-git-a76b63c4f4ebc9136389731e16f741fdb302c361.tar.gz |
Bump the release to 1.5.2a2.
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index fb77b9135e..78ee92fdd4 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -56,7 +56,7 @@ HTMLDIR= html INFODIR= info TOOLSDIR= tools -RELEASE=1.5.2a1 +RELEASE=1.5.2a2 VERSION=1.5 # These must be declared phony since there |