diff options
author | Fred Drake <fdrake@acm.org> | 2001-02-14 20:53:07 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-02-14 20:53:07 +0000 |
commit | 8bcc4e8446de0e5573897799f00ec42b863f1752 (patch) | |
tree | 8d75d64d6e2091e5f0f586c3403aa1e42535e96a | |
parent | 15862f50e5f43950bd7c5b8cc643b2343efae83e (diff) | |
download | cpython-git-8bcc4e8446de0e5573897799f00ec42b863f1752.tar.gz |
Commit this so CVS doesn't keep noticing the next version number.
-rw-r--r-- | Doc/texinputs/boilerplate.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index d0e2780573..287e91541d 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -5,6 +5,6 @@ E-mail: \email{python-docs@python.org} } -\date{\today} % XXX update before release! -\release{2.1 alpha} % software release, not documentation +\date{\today} % XXX update before release! +\release{2.1 beta 1} % software release, not documentation \setshortversion{2.1} % major.minor only for software |