diff options
author | Barry Warsaw <barry@python.org> | 2009-10-26 01:48:07 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-10-26 01:48:07 (GMT) |
commit | 28dbc1f83e5bdc3f879a8a9d659908d2d476a1d9 (patch) | |
tree | cbf5f2a4818806dcab4bade1ac556a491ee9d52a /Lib/idlelib/idlever.py | |
parent | aaa42f77dbf312ff6c3c15abd8bfa059eeb0d3b1 (diff) | |
download | cpython-2.6.4.zip cpython-2.6.4.tar.gz cpython-2.6.4.tar.bz2 |
bumping to 2.6.4v2.6.4
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 be5de79..7f3d8f4 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.6.4rc2" +IDLE_VERSION = "2.6.4" |