diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-11-29 01:40:31 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-11-29 01:40:31 (GMT) |
commit | e48bad7a24d5bc6cd1677d94ac669009d561744a (patch) | |
tree | 1d93a152c2ec2046af687182b9f1fd04df102878 /Lib/idlelib/idlever.py | |
parent | 99b7d6445c96c152377d12f14c9af867025df151 (diff) | |
download | cpython-e48bad7a24d5bc6cd1677d94ac669009d561744a.zip cpython-e48bad7a24d5bc6cd1677d94ac669009d561744a.tar.gz cpython-e48bad7a24d5bc6cd1677d94ac669009d561744a.tar.bz2 |
preparing for 2.4 final (wooooooo!)
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 f185175..aba89af 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1c2" +IDLE_VERSION = "1.1" |