Update of /cvsroot/jython/jython/org/python/core
In directory usw-pr-cvs1:/tmp/cvs-serv13684
Modified Files:
PySystemState.java
Log Message:
Updated to 2.0 final.
Index: PySystemState.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/PySystemState.java,v
retrieving revision 2.42
retrieving revision 2.43
diff -C2 -r2.42 -r2.43
*** PySystemState.java 2001/01/15 18:26:42 2.42
--- PySystemState.java 2001/01/17 15:45:21 2.43
***************
*** 14,18 ****
* The current version of JPython.
*/
! public static String version = "2.0rc1";
/**
--- 14,18 ----
* The current version of JPython.
*/
! public static String version = "2.0";
/**
|