diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-14 20:28:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-14 20:28:26 (GMT) |
commit | bd2d4f1252f4df45fd0dee90a33c642c02ae624c (patch) | |
tree | 9506a053ef9b2f5d99a6a6d75c7348069b55c788 /Doc/texinputs | |
parent | d5d04356170c9613c690964a7f9799126a02cb3d (diff) | |
download | cpython-bd2d4f1252f4df45fd0dee90a33c642c02ae624c.zip cpython-bd2d4f1252f4df45fd0dee90a33c642c02ae624c.tar.gz cpython-bd2d4f1252f4df45fd0dee90a33c642c02ae624c.tar.bz2 |
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.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/boilerplate.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index bfcf18c..84a2570 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 |