diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-06 19:28:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-06 19:28:06 (GMT) |
commit | c93cf676da1358de07e8c21883edf58e3da33c54 (patch) | |
tree | 890009c90b81063318fd6275e8740eab9afe6b18 /Doc | |
parent | 05a73b1f9a128afd1876ffc5e2371e0d4561983f (diff) | |
download | cpython-c93cf676da1358de07e8c21883edf58e3da33c54.zip cpython-c93cf676da1358de07e8c21883edf58e3da33c54.tar.gz cpython-c93cf676da1358de07e8c21883edf58e3da33c54.tar.bz2 |
Bump version number.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index e38b892..fce0848 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.2a2 +RELEASE=2.2a3 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |