diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-18 05:22:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-18 05:22:24 (GMT) |
commit | f3848322fff5b4ffd53ca03e10446bf50abdc72d (patch) | |
tree | 2d6d14b21eb3101f7966807559de68160ab29804 /Doc/Makefile | |
parent | 3151f44d497da95c36db885b5ba5210590bcfc34 (diff) | |
download | cpython-f3848322fff5b4ffd53ca03e10446bf50abdc72d.zip cpython-f3848322fff5b4ffd53ca03e10446bf50abdc72d.tar.gz cpython-f3848322fff5b4ffd53ca03e10446bf50abdc72d.tar.bz2 |
Sync version number with the current CVS version.
(Note that the docs are also being maintained on the 2.1.1 maintenance
branch, so users interested only in corrections and clarifications
can get that.)
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 22c88f4..c9045ce 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -67,7 +67,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.1 +RELEASE=2.2a0 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |