From: Finn B. <bc...@us...> - 2001-02-22 10:54:04
|
Update of /cvsroot/jython/jython/org/python/core In directory usw-pr-cvs1:/tmp/cvs-serv2761 Modified Files: PySystemState.java Log Message: Updated version number. Index: PySystemState.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/core/PySystemState.java,v retrieving revision 2.45 retrieving revision 2.46 diff -C2 -r2.45 -r2.46 *** PySystemState.java 2001/02/02 09:28:37 2.45 --- PySystemState.java 2001/02/22 10:55:06 2.46 *************** *** 14,18 **** * The current version of JPython. */ ! public static String version = "2.0"; /** --- 14,18 ---- * The current version of JPython. */ ! public static String version = "2.1pre-a1"; /** |