diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-22 06:35:30 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-22 06:35:30 (GMT) |
commit | 418e73d89f6ea1af0f06c1a95266a1948796b430 (patch) | |
tree | bc386fa3f25eacebc2c462fa24758ce03d455881 /Doc | |
parent | 60373cd2449215c20375cdfc032129dc8caefa44 (diff) | |
download | cpython-418e73d89f6ea1af0f06c1a95266a1948796b430.zip cpython-418e73d89f6ea1af0f06c1a95266a1948796b430.tar.gz cpython-418e73d89f6ea1af0f06c1a95266a1948796b430.tar.bz2 |
Reset the doc date to today for the automatic doc builds
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/commontex/boilerplate.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index 05468d6..b4c9f48 100644 --- a/Doc/commontex/boilerplate.tex +++ b/Doc/commontex/boilerplate.tex @@ -5,5 +5,5 @@ Email: \email{docs@python.org} } -\date{20 June, 2006} % XXX update before final release! +\date{\today} % XXX update before final release! \input{patchlevel} % include Python version information |