dleslie     01/05/10 11:18:45

  Modified:    java/src/org/apache/xalan/processor XSLProcessorVersion.java
  Log:
  Updated version number to 2.1.0
  
  Revision  Changes    Path
  1.15      +3 -3      
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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- XSLProcessorVersion.java  2001/02/23 13:43:59     1.14
  +++ XSLProcessorVersion.java  2001/05/10 18:18:42     1.15
  @@ -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.1";
  +  public static String S_VERSION = "2.1.0";
   
     /**
      * Constant name of product.
  @@ -112,7 +112,7 @@
      *            -  API or behaviour change.
      *            -  its designated as a reference release.
      */
  -  public static int RELEASE = 0;
  +  public static int RELEASE = 1;
   
     /**
      * Maintenance Drop Number.
  @@ -123,7 +123,7 @@
      *          When missing, it designates the final and complete
      *          development drop for a release.
      */
  -  public static int MAINTENANCE = 1;
  +  public static int MAINTENANCE = 0;
   
     /**
      * Development Drop Number.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to