Changeset 8086


Ignore:
Timestamp:
2004-08-27T13:36:22+12:00 (20 years ago)
Author:
mdewsnip
Message:

Updated the PROGRAM_VERSION string for the Fiji workshop.

File:
1 edited

Legend:

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

    r8084 r8086  
    143143    static final public String PROGRAM_NAME = "Greenstone Librarian Interface";
    144144    /** The current version of the Gatherer. */
    145     static final public String PROGRAM_VERSION = "v2.51";
     145    static final public String PROGRAM_VERSION = "v2.51f";
    146146    /** Definition of an important directory name, in this case the location of the recycled files location. */
    147147    static public String RECYCLE = BASE_DIR + "recycle" + File.separator;
Note: See TracChangeset for help on using the changeset viewer.