diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-12 21:08:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-12 21:08:55 (GMT) |
commit | e92cdba105e0e9247d263cb50f8fc572fb1c7506 (patch) | |
tree | 7c045037c01d08f37c17ee6fe97f94687ac0e979 /Doc/Makefile | |
parent | 0b25053ca0c65981e85374ab340714dda48dde5a (diff) | |
download | cpython-e92cdba105e0e9247d263cb50f8fc572fb1c7506.zip cpython-e92cdba105e0e9247d263cb50f8fc572fb1c7506.tar.gz cpython-e92cdba105e0e9247d263cb50f8fc572fb1c7506.tar.bz2 |
Documentation is good. Let's release more.
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 613221f..1661752 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -64,7 +64,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.0b1 +RELEASE=2.0b1.1 # These must be declared phony since there |