diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-04 16:59:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-04 16:59:29 (GMT) |
commit | 228e31eef9480f3258f4fa71c5debea84ec37c5a (patch) | |
tree | c52fd9259ab1c99a1367f80511f39fb0c40cbad5 /Doc/Makefile | |
parent | da4d6daa4a4a95f7031f9b8c3e76222ec4fd509e (diff) | |
download | cpython-228e31eef9480f3258f4fa71c5debea84ec37c5a.zip cpython-228e31eef9480f3258f4fa71c5debea84ec37c5a.tar.gz cpython-228e31eef9480f3258f4fa71c5debea84ec37c5a.tar.bz2 |
Update the documentation release number in 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 9d680fa..24ad2a0 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.1 +RELEASE=1.5.1p1 VERSION=1.5 MANDVIFILES= api.dvi ext.dvi lib.dvi ref.dvi tut.dvi |