Update of /cvsroot/jython/jython/org/python/core
In directory usw-pr-cvs1:/tmp/cvs-serv28247
Modified Files:
PySystemState.java
Log Message:
Updated to beta2.
Index: PySystemState.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/PySystemState.java,v
retrieving revision 2.40
retrieving revision 2.41
diff -C2 -r2.40 -r2.41
*** PySystemState.java 2000/12/31 11:20:43 2.40
--- PySystemState.java 2001/01/10 16:30:12 2.41
***************
*** 14,18 ****
* The current version of JPython.
*/
! public static String version = "2.0beta1";
/**
--- 14,18 ----
* The current version of JPython.
*/
! public static String version = "2.0beta2";
/**
|