You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@locus.apache.org on 2000/10/12 19:59:24 UTC

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

pauldick    00/10/12 10:59:23

  Modified:    src/org/apache/xalan/xslt XSLProcessorVersion.java
  Log:
  Updated to 1.2
  
  Revision  Changes    Path
  1.15      +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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- XSLProcessorVersion.java	2000/08/21 19:30:03	1.14
  +++ XSLProcessorVersion.java	2000/10/12 17:59:22	1.15
  @@ -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 = "1.2D02";
  +  public static String S_VERSION = "1.2";
   
     /**
      * 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 = 2;
  +  public static int DEVELOPMENT = 0;
   }