diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-02 19:33:40 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-02 19:33:40 (GMT) |
commit | ae1c290a0576c4203fbaae8b32b6e16b6f3df95a (patch) | |
tree | 8f6416511fcf273748b92eb795443effe45b7b7c /Lib/idlelib/idlever.py | |
parent | c8ed4ff565d527dfb4449a9a8473c0f8424a071f (diff) | |
download | cpython-2.4.5c1.zip cpython-2.4.5c1.tar.gz cpython-2.4.5c1.tar.bz2 |
Prepare for 2.4.5c1v2.4.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 b8e0514..7279f49 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.4" +IDLE_VERSION = "1.1.5c1" |