Changeset 9366


Ignore:
Timestamp:
2005-03-10T13:30:43+13:00 (19 years ago)
Author:
mdewsnip
Message:

Updated CURRENT_CONFIGURATION_VERSION to match changes to config.xml.

File:
1 edited

Legend:

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

    r9093 r9366  
    7171    static public String GS3_CONFIG_XML = "config3.xml";
    7272
    73     static final private String CURRENT_CONFIGURATION_VERSION = "2.53";
     73    static final private String CURRENT_CONFIGURATION_VERSION = "2.53a";
    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.