Changeset 14579 for gli


Ignore:
Timestamp:
2007-09-26T08:43:34+12:00 (17 years ago)
Author:
oranfry
Message:

the default version is now 'trunk'

File:
1 edited

Legend:

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

    r14372 r14579  
    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.