diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-24 01:22:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-24 01:22:50 (GMT) |
commit | 98741af1700eb20f353c61f89a3c24e3a05f5c6d (patch) | |
tree | 8276650342ace758d63bde8c875e7b71524deb7a /Doc/Makefile | |
parent | 6560a254ea56ed1f9cd10ed2a5287b9799470183 (diff) | |
download | cpython-98741af1700eb20f353c61f89a3c24e3a05f5c6d.zip cpython-98741af1700eb20f353c61f89a3c24e3a05f5c6d.tar.gz cpython-98741af1700eb20f353c61f89a3c24e3a05f5c6d.tar.bz2 |
Bump release number.
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 74765b8..94e2a20 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -66,7 +66,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.3c1 +RELEASE=2.3c2 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |