Changeset 5807 for trunk


Ignore:
Timestamp:
2003-11-07T13:37:02+13:00 (20 years ago)
Author:
mdewsnip
Message:

Changed PROGRAM_VERSION to reflect the upcoming release.

File:
1 edited

Legend:

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

    r5791 r5807  
    142142    static final public String PROGRAM_NAME = "Greenstone Librarian Interface";
    143143    /** The current version of the Gatherer. */
    144     static final public String PROGRAM_VERSION = "ver 2.0";
     144    static final public String PROGRAM_VERSION = "v2.41";
    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.