Changeset 15082 for gli


Ignore:
Timestamp:
2008-03-14T11:31:46+13:00 (16 years ago)
Author:
davidb
Message:

mistakenly commited code with version number set to 1.0. Changed back to "trunk"

File:
1 edited

Legend:

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

    r15012 r15082  
    7878        * in a line which maches this java regex:
    7979        * ^(.*)String\s*PROGRAM_VERSION\s*=\s*"trunk";
    80         * If change the daclaration and it no longer matches the regex, please
     80        * If change the declaration and it no longer matches the regex, please
    8181        * change the regex in the gs3-release-maker code and in this message
    8282        */
    83     static final public String PROGRAM_VERSION = "1.0";
     83    static final public String PROGRAM_VERSION = "trunk";
    8484
    8585    static private Dimension size = new Dimension(800, 540);
Note: See TracChangeset for help on using the changeset viewer.