diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-11 19:38:00 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-11 19:38:00 (GMT) |
commit | 370f3c9eb6fd83038cb171fe45f41065d685a804 (patch) | |
tree | 2651365a3c9d3c05002dcd33909b0d15a56685f5 /Doc/Makefile | |
parent | f832f4cd3463e0b23c6330c6ef7ee20de725fe07 (diff) | |
download | cpython-370f3c9eb6fd83038cb171fe45f41065d685a804.zip cpython-370f3c9eb6fd83038cb171fe45f41065d685a804.tar.gz cpython-370f3c9eb6fd83038cb171fe45f41065d685a804.tar.bz2 |
Bump RELEASE to 1.5.2a1.
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 0c5b7e1..fedd570 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -76,7 +76,7 @@ VPATH=. # Ideally, you shouldn't need to edit beyond this point -RELEASE=1.5.1p1 +RELEASE=1.5.2a1 VERSION=1.5 MANDVIFILES= api.dvi ext.dvi lib.dvi ref.dvi tut.dvi |