diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2007-04-05 04:52:06 +0000 |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2007-04-05 04:52:06 +0000 |
commit | 9515c96cb0f9e6d089c229b3ce8ac4dafe49e4ad (patch) | |
tree | 1f5b1e2bba7a79ca1bd60bb29f6aed127ae07029 /Lib/idlelib/idlever.py | |
parent | b2064d72804ffd4c3877420439589c8a0b700af2 (diff) | |
download | cpython-git-9515c96cb0f9e6d089c229b3ce8ac4dafe49e4ad.tar.gz |
preparing for 2.5.1c1
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 124fae0dfa..83f2936f05 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2" +IDLE_VERSION = "1.2.1c1" |