diff options
author | Fred Drake <fdrake@acm.org> | 2002-12-31 20:26:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-12-31 20:26:25 (GMT) |
commit | 8f1f8f13e4046bdb1eb0e4d7d54fe9b345e78ac0 (patch) | |
tree | f4a83d8e1d9d011b0a039c62544b50b62f475d45 /Doc/Makefile | |
parent | a3a243e9779b671efe59d407ca77edff01a32a57 (diff) | |
download | cpython-8f1f8f13e4046bdb1eb0e4d7d54fe9b345e78ac0.zip cpython-8f1f8f13e4046bdb1eb0e4d7d54fe9b345e78ac0.tar.gz cpython-8f1f8f13e4046bdb1eb0e4d7d54fe9b345e78ac0.tar.bz2 |
The trunk is (nominally) post-alpha.
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 5d05636..bc435a3 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.3a0 +RELEASE=2.3a1+ PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |