commit | f13447f3f75c7b56eec6a602b0b72a48fbbc5486 | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Thu Apr 23 02:36:01 2009 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Thu Apr 23 02:36:01 2009 +0000 |
tree | 3f4db5bc2b7d00a12478cb3565aacfa33a8ec48c | |
parent | 8100bd8431cae4b079ffc1f0c3e33ba019661994 [diff] [blame] |
Produce correct version string to access the .chm docs on Windows. Patch 5783 gpolo. Will port.
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 1071ada..57dbd44 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@ -IDLE_VERSION = "2.6" +IDLE_VERSION = "2.7a0"