curcuru 00/10/26 08:18:51
Modified: java/src/org/apache/xalan/processor XSLProcessorVersion.java
Log:
Changed version to 2.0D02. anticipating next developers release.
Note that the version reported for Alpha D01 is just 2.0.
Revision Changes Path
1.3 +2 -2
xml-xalan/java/src/org/apache/xalan/processor/XSLProcessorVersion.java
Index: XSLProcessorVersion.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/XSLProcessorVersion.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XSLProcessorVersion.java 2000/09/27 15:20:36 1.2
+++ XSLProcessorVersion.java 2000/10/26 15:18:51 1.3
@@ -76,7 +76,7 @@
* Version String like <CODE>"<B>Xalan</B>i v.r[.dd| <B>D</B>nn]"</CODE>.
* <P>Semantics of the version string are identical to the Xerces
project.</P>
*/
- public static String S_VERSION = "2.0";
+ public static String S_VERSION = "2.0_D02";
/**
* Constant name of product.
@@ -140,5 +140,5 @@
* well as defect fixes. 'D' drops may not be as stable as
* the final releases.
*/
- public static int DEVELOPMENT = 0;
+ public static int DEVELOPMENT = D02;
}