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 | |
parent | 0b25053ca0c65981e85374ab340714dda48dde5a (diff) | |
download | cpython-e92cdba105e0e9247d263cb50f8fc572fb1c7506.zip cpython-e92cdba105e0e9247d263cb50f8fc572fb1c7506.tar.gz cpython-e92cdba105e0e9247d263cb50f8fc572fb1c7506.tar.bz2 |
Documentation is good. Let's release more.
-rw-r--r-- | Doc/Makefile | 2 | ||||
-rw-r--r-- | Doc/texinputs/boilerplate.tex | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 1e93fa8..bfcf18c 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -5,5 +5,5 @@ E-mail: \email{python-docs@python.org} } -\date{\today} % XXX update before release! -\release{2.0b1} +\date{September 12, 2000} % XXX update before release! +\release{2.0b1.1} |