diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-21 21:18:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-21 21:18:16 (GMT) |
commit | 56dd35bd44684d6d03db6fdfb2055898f0ef0b91 (patch) | |
tree | 9895c73ef75dc44bb29d803c2009d4e7b59cc8db /Doc/Makefile | |
parent | c69205526a2625af8e900ef47cbde1304338d514 (diff) | |
download | cpython-56dd35bd44684d6d03db6fdfb2055898f0ef0b91.zip cpython-56dd35bd44684d6d03db6fdfb2055898f0ef0b91.tar.gz cpython-56dd35bd44684d6d03db6fdfb2055898f0ef0b91.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 1e51903..6732b64 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.2a3 +RELEASE=2.2a4 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |