Author: kurt.kaiser Date: Thu Aug 30 22:51:49 2007 New Revision: 57766 Modified: python/branches/py3k/Lib/idlelib/idlever.py Log: Bump IDLE version.
Modified: python/branches/py3k/Lib/idlelib/idlever.py ============================================================================== --- python/branches/py3k/Lib/idlelib/idlever.py (original) +++ python/branches/py3k/Lib/idlelib/idlever.py Thu Aug 30 22:51:49 2007 @@ -1 +1 @@ -IDLE_VERSION = "3.0x" +IDLE_VERSION = "3.0a1" _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
