diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-10-10 17:28:33 +0000 |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-10-10 17:28:33 +0000 |
commit | 84332f91ee463d2e097342964ec304a7c902c1e6 (patch) | |
tree | f33a494b2927cd139e01b513d84a99e91e3c2da2 | |
parent | 126ba449b6df4ff7b2be8578d41205ac7341d5b9 (diff) | |
download | cpython-git-2.4.4c1.tar.gz |
what month is it again? I get confused...v2.4.4c1
-rw-r--r-- | Doc/commontex/boilerplate.tex | 2 | ||||
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 | ||||
-rw-r--r-- | Misc/NEWS | 2 | ||||
-rw-r--r-- | PCbuild/BUILDno.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index 51f7400d23..cd1223516b 100644 --- a/Doc/commontex/boilerplate.tex +++ b/Doc/commontex/boilerplate.tex @@ -5,5 +5,5 @@ Email: \email{docs@python.org} } -\date{11 September 2006} % XXX update before final release! +\date{11 October 2006} % XXX update before final release! \input{patchlevel} % include Python version information diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index bab744f9f5..081e57898d 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in IDLE 1.1.4c1? =========================== -*Release date: 11-SEP-2006* +*Release date: 11-OCT-2006* What's New in IDLE 1.1.3? ========================= @@ -7,7 +7,7 @@ Python News What's New in Python 2.4.4c1? ============================= -*Release date: 11-SEP-2006* +*Release date: 11-OCT-2006* Core and builtins ----------------- diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 8a88220f33..4fd21ce539 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -34,7 +34,7 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- 70 2.4.4c1 - 11-Sep-2006 + 11-Oct-2006 69 2.4.3 29-Mar-2006 68 2.4.3c1 |