diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-01-14 17:41:58 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-01-14 17:41:58 +0000 |
commit | 906e26e897b4b2e4b938c65fc4cf9d3b13fa069d (patch) | |
tree | d7f6a22469d8226f6d6c59c7cdff272de35beea9 /Lib/idlelib/idlever.py | |
parent | a822768c62c62539d022c65e8db5f7d0f85757aa (diff) | |
download | cpython-git-2.5.5c1.tar.gz |
Prepare for 2.5.5c1.v2.5.5c1
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 385327d7c6..901c812a54 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2.4" +IDLE_VERSION = "1.2.5c1" |