From: Guido van Rossum Date: Thu, 22 Mar 2001 17:37:52 +0000 (+0000) Subject: Make this IDLE version 0.8. (We have to skip 0.7 because that was a X-Git-Tag: v2.1b2~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53f5968f9be616e1818fe831e012d917dd225ad7;p=thirdparty%2FPython%2Fcpython.git Make this IDLE version 0.8. (We have to skip 0.7 because that was a CNRI release in a corner of the basement of a government building on a planet circling Aldebaran.) --- diff --git a/Tools/idle/idlever.py b/Tools/idle/idlever.py index 291177a7167f..82c5781d56fb 100644 --- a/Tools/idle/idlever.py +++ b/Tools/idle/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "0.6" +IDLE_VERSION = "0.8"