Changeset 8974


Ignore:
Timestamp:
2005-02-07T13:48:44+13:00 (19 years ago)
Author:
mdewsnip
Message:

Updated GLI version for the intermediate UNESCO CD release.

Location:
trunk/gli/src/org/greenstone/gatherer
Files:
2 edited

Legend:

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

    r8850 r8974  
    7171    static public String GS3_CONFIG_XML = "config3.xml";
    7272
    73     static final private String CURRENT_CONFIGURATION_VERSION = "2.52b";
     73    static final private String CURRENT_CONFIGURATION_VERSION = "2.53";
    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";
  • trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r8836 r8974  
    115115    static final public String PROGRAM_NAME = "Greenstone Librarian Interface";
    116116    /** The current version of the Gatherer. */
    117     static final public String PROGRAM_VERSION = "v2.52";
     117    static final public String PROGRAM_VERSION = "v2.53";
    118118    static final public String WORKSPACE_TREE = "Workspace";
    119119    static final public String XML_DIRECTORY = "xml" + File.separator;
Note: See TracChangeset for help on using the changeset viewer.