diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-17 05:30:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-17 05:30:38 (GMT) |
commit | 7262ca8abf6be6c42a86c6a67a111eb9a22b7353 (patch) | |
tree | ff286ab1c7a5fd286d2955da8c8d70ef57da5ad7 /Doc/Makefile | |
parent | ea690c4b254012e34864d8f72f9d515815d9f4ad (diff) | |
download | cpython-7262ca8abf6be6c42a86c6a67a111eb9a22b7353.zip cpython-7262ca8abf6be6c42a86c6a67a111eb9a22b7353.tar.gz cpython-7262ca8abf6be6c42a86c6a67a111eb9a22b7353.tar.bz2 |
Bump version numbers.
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 2dcfa2b..328e426 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.3b2 +RELEASE=2.3c1 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |