From 78411030b2fc9521325ceb3a4cfb3c414b9c4e60 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 20 Jun 2001 14:56:37 +0000 Subject: Update version number and date for 2.0.1 final release. --- Doc/Makefile | 2 +- Doc/texinputs/boilerplate.tex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index 667401d..7e400eb 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.0.1c1 +RELEASE=2.0.1 # These must be declared phony since there diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 145204f..733d56b 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -5,6 +5,6 @@ E-mail: \email{python-docs@python.org} } -\date{June 15, 2001} % XXX update before release! -\release{2.0.1c1} % software release, not documentation +\date{June 22, 2001} % XXX update before release! +\release{2.0.1} % software release, not documentation \setshortversion{2.0} % major.minor only for software -- cgit v0.12