curcuru 00/03/16 12:20:19
Modified: src/org/apache/xalan/xslt XSLProcessorVersion.java
Log:
Update Build number for trunk 1.1D01 build PR: SCUU4HGN4Q
Revision Changes Path
1.11 +4 -4
xml-xalan/src/org/apache/xalan/xslt/XSLProcessorVersion.java
Index: XSLProcessorVersion.java
===================================================================
RCS file:
/home/cvs/xml-xalan/src/org/apache/xalan/xslt/XSLProcessorVersion.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XSLProcessorVersion.java 2000/03/06 14:47:49 1.10
+++ XSLProcessorVersion.java 2000/03/16 20:20:18 1.11
@@ -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 = "0.20.0";
+ public static String S_VERSION = "1.1D01";
/**
* Constant name of product.
@@ -99,7 +99,7 @@
* of new versions as external interfaces and behaviour
* may have changed.
*/
- public static int VERSION = 0;
+ public static int VERSION = 1;
/**
* Release Number.
@@ -109,7 +109,7 @@
* - API or behaviour change.
* - its designated as a reference release.
*/
- public static int RELEASE = 20;
+ public static int RELEASE = 1;
/**
* Maintenance Drop Number.
@@ -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 = 1;
}