diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-13 15:35:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-13 15:35:27 (GMT) |
commit | 91eb3e8558efe8903621724f49ad1f9e74cb0344 (patch) | |
tree | 58cfab92f4188b90f6798549bc1acd714891e652 | |
parent | 8a00abc0ff6544a7004a86b4c96e23ca23ac66dc (diff) | |
download | cpython-91eb3e8558efe8903621724f49ad1f9e74cb0344.zip cpython-91eb3e8558efe8903621724f49ad1f9e74cb0344.tar.gz cpython-91eb3e8558efe8903621724f49ad1f9e74cb0344.tar.bz2 |
Update the release number and date.
-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 d1d582c..c52c74d 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.0c1 +RELEASE=2.0 # These must be declared phony since there diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 3360fce..31be096 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -5,6 +5,6 @@ E-mail: \email{python-docs@python.org} } -\date{October 9, 2000} % XXX update before release! -\release{2.0c1} % software release, not documentation +\date{October 16, 2000} % XXX update before release! +\release{2.0} % software release, not documentation \setshortversion{2.0} % major.minor only for software |