diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-05-28 13:56:22 +0200 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-05-28 13:56:22 +0200 |
commit | cf60858b55a1ce8d99daa301f7aad9a7ffeb0bb7 (patch) | |
tree | 0a332cc49a89fdd9e4b3261f6c502e55aa6eb978 /Lib/idlelib/idlever.py | |
parent | 2d253dd9eab53faebb085b00a11ecb99b647c490 (diff) | |
download | cpython-git-cf60858b55a1ce8d99daa301f7aad9a7ffeb0bb7.tar.gz |
r88824: Prepare for 2.5.6c1.v2.5.6c1
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 df6aff7ae1..1dd637c20d 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2.5" +IDLE_VERSION = "1.2.6c1" |