You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by ke...@apache.org on 2003/07/14 18:20:58 UTC

cvs commit: xml-xindice/java/src/org/apache/xindice/server Xindice.java

kevinross    2003/07/14 09:20:58

  Modified:    java/src/org/apache/xindice/server Xindice.java
  Log:
  updated versions and years
  
  Revision  Changes    Path
  1.11      +4 -4      xml-xindice/java/src/org/apache/xindice/server/Xindice.java
  
  Index: Xindice.java
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/server/Xindice.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Xindice.java	18 Jun 2003 23:03:05 -0000	1.10
  +++ Xindice.java	14 Jul 2003 16:20:58 -0000	1.11
  @@ -73,13 +73,13 @@
   	public static final int MajorVersion = 1;
   	public static final int MinorVersion = 1;
   	public static final int SubMinorVersion = 0;
  -	public static final String Version = "1.1b";
  -	public static final String Codename = "Birthday";
  +	public static final String Version = "1.1b2";
  +	public static final String Codename = "Birthday+.1";
   
   	// Copyright/Authorship Information
   	public static final String Title = "Xindice";
   	public static final String Author = "The Apache Foundation";
  -	public static final String Year = "2001";
  +	public static final String Year = "2003";
   	public static final String Company = "The Apache Foundation";
   	public static final String URL = "http://xml.apache.org/xindice/";