diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-11 17:59:53 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-11 17:59:53 +0000 |
commit | 50d55ff8c73f484708225d492a2167b82c8c8bb8 (patch) | |
tree | fbd190bbfe061f76be80bf37e4091bfec61dfc43 /Lib/idlelib/idlever.py | |
parent | d487aa11ed64d0b8c6e397f5fae73e30b25b818c (diff) | |
download | cpython-git-2.4.5.tar.gz |
Prepare for 2.4.5v2.4.5
Diffstat (limited to 'Lib/idlelib/idlever.py')
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 7279f494c4..19ba22a1da 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.5c1" +IDLE_VERSION = "1.1.5" |