diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-08-16 03:42:26 +0000 |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-08-16 03:42:26 +0000 |
commit | b409666e8ca2c72bf426c7efb254810a0b04ab74 (patch) | |
tree | 997fc10a5325f6257dfbe206f036094f683800d8 /Lib/idlelib/idlever.py | |
parent | 2a7ff297c5958567b3c7f13a43d6bb120eb25b7d (diff) | |
download | cpython-git-b409666e8ca2c72bf426c7efb254810a0b04ab74.tar.gz |
preparing for 2.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 07d3d827c9..29686fdd7e 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2b3" +IDLE_VERSION = "1.2c1" |