Changeset 8336 for trunk/gli/src/org


Ignore:
Timestamp:
2004-10-14T17:03:13+13:00 (20 years ago)
Author:
mdewsnip
Message:

Changed the configuration version for the Greenstone 2.52 release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/Configuration.java

    r8261 r8336  
    7171    static public String GS3_CONFIG_XML = "config3.xml";
    7272
    73     static final private String CURRENT_CONFIGURATION_VERSION = "2.51u";
     73    static final private String CURRENT_CONFIGURATION_VERSION = "2.52";
    7474    /** The name of the root element of the subtree containing gatherer configuration options. This is required as the document itself may contain several other subtrees of settings (such as in the case of a '.col' file). */
    7575    static final private String GATHERER_CONFIG = "GathererConfig";
Note: See TracChangeset for help on using the changeset viewer.