Changeset 8336


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.

Location:
trunk/gli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/classes/xml/config.xml

    r7695 r8336  
    2828]>
    2929
    30 <Configuration version="2.51u">
     30<Configuration version="2.52">
    3131  <GathererConfig>
    3232    <!-- ***** General Options: apply globally to the Gatherers execution. ***** -->
  • 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.