From: <pj...@us...> - 2009-04-03 16:43:34
|
Revision: 6155 http://jython.svn.sourceforge.net/jython/?rev=6155&view=rev Author: pjenvey Date: 2009-04-03 16:43:24 +0000 (Fri, 03 Apr 2009) Log Message: ----------- bump magic for r6135/6142 changes 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-04-03 06:06:39 UTC (rev 6154) +++ trunk/jython/src/org/python/core/imp.java 2009-04-03 16:43:24 UTC (rev 6155) @@ -20,7 +20,7 @@ private static final String UNKNOWN_SOURCEFILE = "<unknown>"; - public static final int APIVersion = 18; + public static final int APIVersion = 19; 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. |