Changeset 7510


Ignore:
Timestamp:
2004-05-31T15:55:59+12:00 (20 years ago)
Author:
mdewsnip
Message:

Changed to version 2.51 for the JCDL 2004 release.

Location:
trunk/gli
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/classes/dictionary.properties

    r7358 r7510  
    2828#***** AboutDialog *****
    2929AboutDialog.Acknowledgement:Acknowledgements for proprietary programs, packages or classes...
    30 AboutDialog.Date:(15 March 2004)
     30AboutDialog.Date:(4 June 2004)
    3131AboutDialog.Item0:'Xerces Java 1' from The Apache Software Foundation (http://www.apache.org/)
    3232AboutDialog.Item1:'CalPane' HTML renderer by Andrew Moulden (http://www.netcomuk.co.uk/~offshore/index.html)
  • trunk/gli/classes/xml/config.xml

    r7184 r7510  
    2828]>
    2929
    30 <Configuration version="2.50">
     30<Configuration version="2.51">
    3131  <GathererConfig>
    3232    <!-- ***** General Options: apply globally to the Gatherers execution. ***** -->
  • trunk/gli/src/org/greenstone/gatherer/Configuration.java

    r7326 r7510  
    7171    static final private String GS3_CONFIG_XML = "config3.xml";
    7272
    73     static final private String CURRENT_CONFIGURATION_VERSION = "2.50";
     73    static final private String CURRENT_CONFIGURATION_VERSION = "2.51";
    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

    r7324 r7510  
    138138    static final public String PROGRAM_NAME = "Greenstone Librarian Interface";
    139139    /** The current version of the Gatherer. */
    140     static final public String PROGRAM_VERSION = "v2.50";
     140    static final public String PROGRAM_VERSION = "v2.51";
    141141    /** Definition of an important directory name, in this case the location of the recycled files location. */
    142142    static final public String RECYCLE = BASE_DIR + "recycle" + File.separator;
Note: See TracChangeset for help on using the changeset viewer.