diff options
| author | Kurt B. Kaiser <kbk@shore.net> | 2007-08-30 20:51:49 (GMT) |
|---|---|---|
| committer | Kurt B. Kaiser <kbk@shore.net> | 2007-08-30 20:51:49 (GMT) |
| commit | 5495957b6c3aab91bbb6660f4bb2f5168bc536e7 (patch) | |
| tree | c71a3f9eae1a0c791710b639ccd2089212034c17 /Lib/idlelib/idlever.py | |
| parent | e5e8effecaf9f95c6a62f549790b799bb4be61cc (diff) | |
| download | cpython-5495957b6c3aab91bbb6660f4bb2f5168bc536e7.zip cpython-5495957b6c3aab91bbb6660f4bb2f5168bc536e7.tar.gz cpython-5495957b6c3aab91bbb6660f4bb2f5168bc536e7.tar.bz2 | |
Bump IDLE version.
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 636299d..0d1ade7 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.0x" +IDLE_VERSION = "3.0a1" |
