diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-08-18 07:29:02 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-08-18 07:29:02 (GMT) |
commit | 78b1a083737c705e5c463bbb61dc8c19e133cf02 (patch) | |
tree | 9bc24394c8166550a3344d651bfe82d773f33452 /Lib/idlelib/idlever.py | |
parent | 648c1106719bbe60879588fd36f8eed8044094f5 (diff) | |
download | cpython-78b1a083737c705e5c463bbb61dc8c19e133cf02.zip cpython-78b1a083737c705e5c463bbb61dc8c19e133cf02.tar.gz cpython-78b1a083737c705e5c463bbb61dc8c19e133cf02.tar.bz2 |
Updating IDLE's version number to match Python's (as per python-dev
discussion).
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 29686fd..f56b4d4 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2c1" +IDLE_VERSION = "2.6a0" |