diff options
author | Fred Drake <fdrake@acm.org> | 2003-02-18 22:11:58 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-02-18 22:11:58 (GMT) |
commit | 7f90c7fcb370bbf9330f3c90066e72073c8681ac (patch) | |
tree | b24f10a8e16ac0acad30fa2f65baed71af753200 /Doc/Makefile | |
parent | c53f009f94a5758530e6f35d8e7ed64c8efcb74b (diff) | |
download | cpython-7f90c7fcb370bbf9330f3c90066e72073c8681ac.zip cpython-7f90c7fcb370bbf9330f3c90066e72073c8681ac.tar.gz cpython-7f90c7fcb370bbf9330f3c90066e72073c8681ac.tar.bz2 |
Bump version 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 bc435a3..fe188a4 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.3a1+ +RELEASE=2.3a2 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |