diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-30 18:43:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-30 18:43:28 (GMT) |
commit | afc0d8e893d5db12e833d8bedf8c7c0d8db53701 (patch) | |
tree | 741d269da7c2fa458e24835e3b41cfa211e8ece8 /Doc/Makefile | |
parent | 9bd44627805a6324904635428ce7b3851912ce8c (diff) | |
download | cpython-afc0d8e893d5db12e833d8bedf8c7c0d8db53701.zip cpython-afc0d8e893d5db12e833d8bedf8c7c0d8db53701.tar.gz cpython-afc0d8e893d5db12e833d8bedf8c7c0d8db53701.tar.bz2 |
Update to the same version info used by the interpreter.
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 1b54f0b..e4bf438 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.3 +RELEASE=2.4a0 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |