Changeset 9437 for trunk/gli/src


Ignore:
Timestamp:
2005-03-15T16:25:57+13:00 (19 years ago)
Author:
mdewsnip
Message:

Updated version numbers in preparation for the 2.60 release.

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

Legend:

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

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

    r9217 r9437  
    118118    static final public String PROGRAM_NAME = "Greenstone Librarian Interface";
    119119    /** The current version of the Gatherer. */
    120     static final public String PROGRAM_VERSION = "v2.53";
     120    static final public String PROGRAM_VERSION = "v2.60";
    121121    static final public String WORKSPACE_TREE = "Workspace";
    122122    static final public String XML_DIRECTORY = "xml" + File.separator;
Note: See TracChangeset for help on using the changeset viewer.