Changeset 12451


Ignore:
Timestamp:
2006-08-16T11:31:12+12:00 (18 years ago)
Author:
mdewsnip
Message:

Now displays the GLI version number first thing, to make error reports more useful.

File:
1 edited

Legend:

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

    r12310 r12451  
    128128    public Gatherer(String[] args)
    129129    {
     130    // Display the version to make error reports a lot more useful
     131    System.err.println("Version: " + PROGRAM_VERSION + "\n");
     132
    130133    JarTools.initialise(this);
    131134
Note: See TracChangeset for help on using the changeset viewer.