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...@apache.org on 2002/02/06 20:30:35 UTC

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

curcuru     02/02/06 11:30:34

  Modified:    java/src/org/apache/xalan Version.java
               java/src/org/apache/xalan/processor XSLProcessorVersion.java
  Log:
  Whoops! Never updated release number to 2.3 in these version files!
  
  Revision  Changes    Path
  1.5       +1 -5      xml-xalan/java/src/org/apache/xalan/Version.java
  
  Index: Version.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/Version.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Version.java	13 Nov 2001 01:10:54 -0000	1.4
  +++ Version.java	6 Feb 2002 19:30:34 -0000	1.5
  @@ -102,7 +102,7 @@
      */
     public static String getProduct()
     {
  -    return "Xalan";
  +    return org.apache.xalan.processor.XSLProcessorVersion.PRODUCT;
     }
   
     /**
  @@ -126,7 +126,6 @@
      */
     public static int getMajorVersionNum()
     {
  -    // return 2;
       // NOTE: In post 2.2 builds, we should remove XSLProcessorVersion
       //  and simply store this info here or in the build.xml and use 
       //  Ant's filtering capability to replace it here
  @@ -144,7 +143,6 @@
      */
     public static int getReleaseVersionNum()
     {
  -    //return 2;
       return org.apache.xalan.processor.XSLProcessorVersion.RELEASE;
     }
   
  @@ -159,7 +157,6 @@
      */
     public static int getMaintenanceVersionNum()
     {
  -    //return 0;
       return org.apache.xalan.processor.XSLProcessorVersion.MAINTENANCE;
     }
   
  @@ -182,7 +179,6 @@
      */
     public static int getDevelopmentVersionNum()
     {
  -    //return 13;
       return org.apache.xalan.processor.XSLProcessorVersion.DEVELOPMENT;
     }
   }
  
  
  
  1.35      +1 -1      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.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- XSLProcessorVersion.java	11 Jan 2002 16:57:20 -0000	1.34
  +++ XSLProcessorVersion.java	6 Feb 2002 19:30:34 -0000	1.35
  @@ -107,7 +107,7 @@
      *            -  API or behaviour change.
      *            -  its designated as a reference release.
      */
  -  public static int RELEASE = 2;
  +  public static int RELEASE = 3;
   
     /**
      * Maintenance Drop Number.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org