|
From: Finn B. <bc...@us...> - 2001-01-15 18:26:49
|
Update of /cvsroot/jython/jython/org/python/core
In directory usw-pr-cvs1:/tmp/cvs-serv16760
Modified Files:
PySystemState.java
Log Message:
Updated to rc1.
Index: PySystemState.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/PySystemState.java,v
retrieving revision 2.41
retrieving revision 2.42
diff -C2 -r2.41 -r2.42
*** PySystemState.java 2001/01/10 16:30:12 2.41
--- PySystemState.java 2001/01/15 18:26:42 2.42
***************
*** 14,18 ****
* The current version of JPython.
*/
! public static String version = "2.0beta2";
/**
--- 14,18 ----
* The current version of JPython.
*/
! public static String version = "2.0rc1";
/**
|