curcuru     00/02/22 12:52:07

  Modified:    src/org/apache/xalan/xslt XSLProcessorVersion.java
  Log:
  Updates for Xalan 0.19.4 upcoming build
  
  Revision  Changes    Path
  1.6       +3 -3      
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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XSLProcessorVersion.java  2000/02/10 19:50:25     1.5
  +++ XSLProcessorVersion.java  2000/02/22 20:52:06     1.6
  @@ -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.3D03";
  +  public static String S_VERSION = "0.19.4";
   
     /**
      * Constant name of product.
  @@ -111,7 +111,7 @@
      *          When missing, it designates the final and complete
      *          development drop for a release.
      */
  -  public static int MAINTENANCE = 3;
  +  public static int MAINTENANCE = 4;
   
     /**
      * Development Drop Number.
  @@ -131,5 +131,5 @@
      *          well as defect fixes. 'D' drops may not be as stable as
      *          the final releases.
      */
  -  public static int DEVELOPMENT = 3;
  +  public static int DEVELOPMENT = 0;
   }
  
  
  

Reply via email to