diff options
Diffstat (limited to 'Doc')
-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 |