You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2001/11/26 23:39:41 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl Version.java

neilg       01/11/26 14:39:41

  Modified:    java/src/org/apache/xerces/impl Version.java
  Log:
  make printing of Version string more generic
  
  Revision  Changes    Path
  1.5       +2 -2      xml-xerces/java/src/org/apache/xerces/impl/Version.java
  
  Index: Version.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Version.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Version.java	2001/10/14 07:24:26	1.4
  +++ Version.java	2001/11/26 22:39:41	1.5
  @@ -60,7 +60,7 @@
   /**
    * This class defines the version number of the parser.
    *
  - * @version $Id: Version.java,v 1.4 2001/10/14 07:24:26 andyc Exp $
  + * @version $Id: Version.java,v 1.5 2001/11/26 22:39:41 neilg Exp $
    */
   public class Version {
   
  @@ -69,7 +69,7 @@
       //
   
       /** Version string. */
  -    public static String fVersion = "Xerces @@VERSION@@";
  +    public static String fVersion = "@@VERSION@@";
   
       //
       // MAIN
  
  
  

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