You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@locus.apache.org on 2000/12/08 14:20:52 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/processor XSLProcessorVersion.java

curcuru     00/12/08 05:20:52

  Modified:    java     build.xml
               java/src/org/apache/xalan/processor XSLProcessorVersion.java
  Log:
  Update for next build number 2.0.D03
  
  Revision  Changes    Path
  1.57      +2 -2      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml	2000/12/07 22:03:21	1.56
  +++ build.xml	2000/12/08 13:20:49	1.57
  @@ -41,7 +41,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.56 2000/12/07 22:03:21 dleslie Exp $
  +   $Id: build.xml,v 1.57 2000/12/08 13:20:49 curcuru Exp $
      
   ==================================================================== -->
   
  @@ -49,7 +49,7 @@
     <!-- =================================================================== -->
     <!-- Defines variables used by the other targets                         -->
     <!-- =================================================================== -->
  -  <property name="version" value="2_0_D02"/>
  +  <property name="version" value="2_0_D03"/>
     <property name="name" value="xalan"/>
     <property name="Name" value="Xalan-Java"/>
     <property name="year" value="2000"/>
  
  
  
  1.8       +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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XSLProcessorVersion.java	2000/11/22 23:25:59	1.7
  +++ XSLProcessorVersion.java	2000/12/08 13:20:51	1.8
  @@ -79,7 +79,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_D02";
  +  public static String S_VERSION = "2.0_D03";
   
     /**
      * Constant name of product.
  @@ -142,5 +142,5 @@
      *          well as defect fixes. 'D' drops may not be as stable as
      *          the final releases.
      */
  -  public static int DEVELOPMENT = 02;
  +  public static int DEVELOPMENT = 03;
   }