Changeset 6972


Ignore:
Timestamp:
2004-03-08T16:46:09+13:00 (20 years ago)
Author:
mdewsnip
Message:

Updated the PROGRAM_VERSION string for the UNESCO CD-ROM (Greenstone v2.50).

File:
1 edited

Legend:

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

    r6879 r6972  
    142142    static final public String PROGRAM_NAME = "Greenstone Librarian Interface";
    143143    /** The current version of the Gatherer. */
    144     static final public String PROGRAM_VERSION = "v2.41";
     144    static final public String PROGRAM_VERSION = "v2.50";
    145145    /** Definition of an important directory name, in this case the location of the recycled files location. */
    146146    static final public String RECYCLE = BASE_DIR + "recycle" + File.separator;
Note: See TracChangeset for help on using the changeset viewer.