From: Fred Drake Date: Thu, 14 Sep 2000 20:28:26 +0000 (+0000) Subject: Use the \setshortversion macro to specify the abbreviated version number. X-Git-Tag: v2.0b2~327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd2d4f1252f4df45fd0dee90a33c642c02ae624c;p=thirdparty%2FPython%2Fcpython.git Use the \setshortversion macro to specify the abbreviated version number. This partially addresses SourceForge bug #114318. Fix the release number -- this is supposed to be the *Python* release, not the documentation release! The later is given by the combination of the Python release number and the date. Add a comment so I can keep it straight. --- diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index bfcf18c3629e..84a2570a5029 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -5,5 +5,6 @@ E-mail: \email{python-docs@python.org} } -\date{September 12, 2000} % XXX update before release! -\release{2.0b1.1} +\date{\today} % XXX update before release! +\release{2.0b1} % software release, not documentation +\setshortversion{2.0} % major.minor only for Python