curcuru     00/02/03 06:16:08

  Modified:    src/org/apache/xalan/xpath/xml XSLTInfo.properties
               src/org/apache/xalan/xslt XSLProcessorVersion.java
  Log:
  Update for xalan_0_19_3D02
  
  Revision  Changes    Path
  1.3       +1 -1      
xml-xalan/src/org/apache/xalan/xpath/xml/XSLTInfo.properties
  
  Index: XSLTInfo.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/src/org/apache/xalan/xpath/xml/XSLTInfo.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSLTInfo.properties       2000/01/25 18:38:44     1.2
  +++ XSLTInfo.properties       2000/02/03 14:16:07     1.3
  @@ -3,6 +3,6 @@
   #
   # See also: org.apache.xalan.xslt.XSLProcessorVersion
   
  -version=0.19.3D01
  +version=0.19.3D02
   vendor=xml.apache.org
   vendor-url=http://xml.apache.org/xalan
  
  
  
  1.4       +2 -2      
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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSLProcessorVersion.java  2000/01/25 18:38:44     1.3
  +++ XSLProcessorVersion.java  2000/02/03 14:16:08     1.4
  @@ -67,7 +67,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.19.3D01";
  +  public static String S_VERSION = "0.19.3D02";
   
     /**
      * Constant name of product.
  @@ -131,5 +131,5 @@
      *          well as defect fixes. 'D' drops may not be as stable as
      *          the final releases.
      */
  -  public static int DEVELOPMENT = 1;
  +  public static int DEVELOPMENT = 2;
   }
  
  
  

Reply via email to