diff options
author | Fred Drake <fdrake@acm.org> | 1999-07-06 14:30:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-07-06 14:30:04 (GMT) |
commit | e72d48d5b2c298c964f2cadda4278ff5ac697500 (patch) | |
tree | f7dc53bdbaee425835d93979746014446b69568d /Doc | |
parent | c8c1b5dc64137c8f368105469c8df518560f7e52 (diff) | |
download | cpython-e72d48d5b2c298c964f2cadda4278ff5ac697500.zip cpython-e72d48d5b2c298c964f2cadda4278ff5ac697500.tar.gz cpython-e72d48d5b2c298c964f2cadda4278ff5ac697500.tar.bz2 |
Bump the release number to 1.5.2p1.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 3a5103e..7a83c9e 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -57,7 +57,7 @@ HTMLDIR= html INFODIR= info TOOLSDIR= tools -RELEASE=1.5.2 +RELEASE=1.5.2p1 VERSION=1.5 # These must be declared phony since there |