diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-22 16:18:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-22 16:18:19 (GMT) |
commit | e71912c241ee52b2bfe1f66dd931fcdb71c13449 (patch) | |
tree | e9e6d87f830d769fa81229c42e91e75e584e51b5 /Doc/Makefile | |
parent | cd5ff9f057011e2940aecbb33198ca83c75ea274 (diff) | |
download | cpython-e71912c241ee52b2bfe1f66dd931fcdb71c13449.zip cpython-e71912c241ee52b2bfe1f66dd931fcdb71c13449.tar.gz cpython-e71912c241ee52b2bfe1f66dd931fcdb71c13449.tar.bz2 |
Update RELEASE for the next Python release.
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 1661752..6ad75e5 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.1 +RELEASE=2.0b2 # These must be declared phony since there |