Changeset 14605 for gli/trunk


Ignore:
Timestamp:
2007-10-05T11:16:04+13:00 (17 years ago)
Author:
oranfry
Message:

version number now defaults to trunk. brought across from 3.03 branch, r14578:14579

File:
1 edited

Legend:

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

    r14567 r14605  
    7070    /** The name of the GLI. */
    7171    static final public String PROGRAM_NAME = "Greenstone Librarian Interface";
    72     /** The current version of the GLI. */
    73     static final public String PROGRAM_VERSION = "v2.74";
     72    /** The current version of the GLI.
     73        * Note: the gs3-release-maker relies on this variable being declared
     74        * in a line which maches this java regex:
     75        * ^(.*)String\s*PROGRAM_VERSION\s*=\s*"trunk";
     76        * If change the daclaration and it no longer matches the regex, please
     77        * change the regex in the gs3-release-maker code and in this message
     78        */
     79    static final public String PROGRAM_VERSION = "trunk";
    7480
    7581    static private Dimension size = new Dimension(800, 540);
Note: See TracChangeset for help on using the changeset viewer.