Changeset 8382


Ignore:
Timestamp:
2004-10-20T10:55:04+13:00 (20 years ago)
Author:
mdewsnip
Message:

Updated program version for the 2.52 web release.

File:
1 edited

Legend:

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

    r8335 r8382  
    145145    static final public String PROGRAM_NAME = "Greenstone Librarian Interface";
    146146    /** The current version of the Gatherer. */
    147     static final public String PROGRAM_VERSION = "v2.52u";
     147    static final public String PROGRAM_VERSION = "v2.52";
    148148    /** Definition of an important directory name, in this case the location of the recycled files location. */
    149149    static public String RECYCLE = BASE_DIR + "recycle" + File.separator;
Note: See TracChangeset for help on using the changeset viewer.