Update of /cvsroot/jython/jython/org/python/core
In directory usw-pr-cvs1:/tmp/cvs-serv628
Modified Files:
PySystemState.java
Log Message:
Updated version to 2.1a1.
Index: PySystemState.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/PySystemState.java,v
retrieving revision 2.51
retrieving revision 2.52
diff -C2 -r2.51 -r2.52
*** PySystemState.java 2001/03/13 20:21:59 2.51
--- PySystemState.java 2001/03/14 13:48:25 2.52
***************
*** 18,22 ****
* The current version of JPython.
*/
! public static String version = "2.1pre-a1";
/**
--- 18,22 ----
* The current version of JPython.
*/
! public static String version = "2.1a1";
/**
|