Changeset 12490


Ignore:
Timestamp:
2006-08-21T14:43:26+12:00 (18 years ago)
Author:
kjdon
Message:

updated version number for 2.71 release

Location:
trunk/gli
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/classes/xml/config.xml

    r12422 r12490  
    2828]>
    2929
    30 <Configuration version="2.70w">
     30<Configuration version="2.71">
    3131  <GathererConfig>
    3232    <!-- ***** General Options: apply globally to the GLI execution. ***** -->
  • trunk/gli/classes/xml/configRemote.xml

    r11843 r12490  
    2828]>
    2929
    30 <Configuration version="2.70w">
     30<Configuration version="2.71">
    3131  <GathererConfig>
    3232    <!-- ***** General Options: apply globally to the GLI execution. ***** -->
  • trunk/gli/src/org/greenstone/gatherer/Gatherer.java

    r12466 r12490  
    6969    static final public String PROGRAM_NAME = "Greenstone Librarian Interface";
    7070    /** The current version of the GLI. */
    71     static final public String PROGRAM_VERSION = "v2.70w";
     71    static final public String PROGRAM_VERSION = "v2.71";
    7272
    7373    static private Dimension size = new Dimension(800, 540);
Note: See TracChangeset for help on using the changeset viewer.