diff options
author | Fred Drake <fdrake@acm.org> | 2003-06-29 02:17:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-06-29 02:17:28 (GMT) |
commit | 3e2244c9e113a62088bdf27c5ace167954fcd546 (patch) | |
tree | 9ae80f3abe07648d2115f9ebccb20436249b47a2 /Doc/Makefile | |
parent | 6595e153311d5930ea4b1ce78f978eaf6c0601fc (diff) | |
download | cpython-3e2244c9e113a62088bdf27c5ace167954fcd546.zip cpython-3e2244c9e113a62088bdf27c5ace167954fcd546.tar.gz cpython-3e2244c9e113a62088bdf27c5ace167954fcd546.tar.bz2 |
Bump version information for Python 2.3 beta 2.
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 012ba48..647d33f 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.3b1 +RELEASE=2.3b2 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |