diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-02-14 12:33:15 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-02-14 12:33:15 +0000 |
commit | a859e25acb825665d9380b1142893cad61a648a0 (patch) | |
tree | 4db9c2a2d06e5b55edf12f77da0bb13a76e91e2f /Lib/idlelib/idlever.py | |
parent | 73c01d410117a573731e6c2afc9694005f8d11aa (diff) | |
download | cpython-git-a859e25acb825665d9380b1142893cad61a648a0.tar.gz |
Preparing for 2.5.2c1.
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 ec8e0008d7..1d74d94931 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2.2" +IDLE_VERSION = "1.2.2c1" |