From: Finn B. <bc...@us...> - 2000-11-26 16:44:13
|
Update of /cvsroot/jython/jython/org/python/core In directory slayer.i.sourceforge.net:/tmp/cvs-serv1669 Modified Files: PySystemState.java Log Message: Changed version to 2.0alpha1 Index: PySystemState.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/core/PySystemState.java,v retrieving revision 2.32 retrieving revision 2.33 diff -C2 -r2.32 -r2.33 *** PySystemState.java 2000/11/19 22:32:45 2.32 --- PySystemState.java 2000/11/26 16:44:11 2.33 *************** *** 14,18 **** * The current version of JPython. */ ! public static String version = "2.0 pre-alpha"; /** --- 14,18 ---- * The current version of JPython. */ ! public static String version = "2.0alpha1"; /** |