Changeset 7182 for trunk


Ignore:
Timestamp:
2004-04-05T14:07:55+12:00 (20 years ago)
Author:
mdewsnip
Message:

Updated the configuration file version to match the GLI version.

File:
1 edited

Legend:

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

    r7022 r7182  
    6969    static final private String CONFIG_XML = "config.xml";
    7070
    71     static final private String CURRENT_CONFIGURATION_VERSION = "2.4";
     71    static final private String CURRENT_CONFIGURATION_VERSION = "2.50";
    7272    /** 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). */
    7373    static final private String GATHERER_CONFIG = "GathererConfig";
Note: See TracChangeset for help on using the changeset viewer.