[Python-checkins] CVS: python/dist/src/Tools/idle idlever.py,1.5,1.6

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 22 Mar 2001 09:37:54 -0800


Update of /cvsroot/python/python/dist/src/Tools/idle
In directory usw-pr-cvs1:/tmp/cvs-serv19556

Modified Files:
	idlever.py 
Log Message:
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.)


Index: idlever.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/idle/idlever.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** idlever.py	2000/03/30 20:30:34	1.5
--- idlever.py	2001/03/22 17:37:52	1.6
***************
*** 1 ****
! IDLE_VERSION = "0.6"
--- 1 ----
! IDLE_VERSION = "0.8"