From: <fwi...@us...> - 2009-09-01 13:57:59
|
Revision: 6737 http://jython.svn.sourceforge.net/jython/?rev=6737&view=rev Author: fwierzbicki Date: 2009-09-01 13:57:52 +0000 (Tue, 01 Sep 2009) Log Message: ----------- Increment APIVersion for coroutine bugfixes in compiler. Modified Paths: -------------- trunk/jython/src/org/python/core/imp.java Modified: trunk/jython/src/org/python/core/imp.java =================================================================== --- trunk/jython/src/org/python/core/imp.java 2009-08-31 18:47:55 UTC (rev 6736) +++ trunk/jython/src/org/python/core/imp.java 2009-09-01 13:57:52 UTC (rev 6737) @@ -21,7 +21,7 @@ private static final String UNKNOWN_SOURCEFILE = "<unknown>"; - private static final int APIVersion = 24; + private static final int APIVersion = 25; public static final int NO_MTIME = -1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |