diff options
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 4 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 0bc78cae84..18e2d3fc9f 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ -What's New in IDLE 1.1.6c1? +What's New in IDLE 1.1.6? ========================= -*Release date: 13-Dec-2008* +*Release date: 19-Dec-2008* What's New in IDLE 1.1.5? ========================= diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 0cf857902f..44bbbfe4f5 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.6c1" +IDLE_VERSION = "1.1.6" |