diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-01 06:01:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-01 06:01:20 (GMT) |
commit | baee0d42c91801748790e1c5097428f48a424f44 (patch) | |
tree | 28c53738384b7ace98c231cceaa7cbc0b6c7dd7b /Doc | |
parent | 40fc16059f04ee8fda0b5956cc4883eb21ca8f8c (diff) | |
download | cpython-baee0d42c91801748790e1c5097428f48a424f44.zip cpython-baee0d42c91801748790e1c5097428f48a424f44.tar.gz cpython-baee0d42c91801748790e1c5097428f48a424f44.tar.bz2 |
Bump the release number to 2.1b1.
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 fc54244..3c86962 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.1a2 +RELEASE=2.1b1 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) |