You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bl...@apache.org on 2003/10/17 22:58:08 UTC

cvs commit: cocoon-2.2/src/java/org/apache/cocoon Constants.java

bloritsch    2003/10/17 13:58:08

  Modified:    src/java/org/apache/cocoon Constants.java
  Log:
  Update the config version
  
  Revision  Changes    Path
  1.9       +2 -2      cocoon-2.2/src/java/org/apache/cocoon/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/java/org/apache/cocoon/Constants.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Constants.java	27 Sep 2003 13:01:15 -0000	1.8
  +++ Constants.java	17 Oct 2003 20:58:08 -0000	1.9
  @@ -95,7 +95,7 @@
       public static final String COMPLETE_NAME = properties.getProperty("fullname") + " " + VERSION;
   
       /** The version of the configuration schema */
  -    public static final String CONF_VERSION  = "2.1";
  +    public static final String CONF_VERSION  = "2.2";
   
       /** The year of the build */
       public static final String YEAR = properties.getProperty("year");