Changeset 581 for trunk/bin


Ignore:
Timestamp:
Apr 2, 2008, 4:27:13 PM (15 years ago)
Author:
Peter Johansson
Message:

--version output - changing format, fixing revision year mix-up, and using unicode to display character 'ä'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.cc

    r579 r581  
    264264    cs.width(0)=79;
    265265    cs << PACKAGE_STRING;
    266     if (verbose_) {
    267       cs << " (r" << svn_revision() << ")\n"
    268          << "   compiled " << __DATE__ ", " << __TIME__ << "\n";
    269     }
     266    cs << " (";
     267    if (DEV_BUILD)
     268      cs << "r" << svn_revision() << " ";
     269    cs << "compiled " << __DATE__ ", " << __TIME__ << ")\n";
    270270   
    271271    cs << "\nCopyright (C) " << svn_year()
    272        << " Jari Häkkinen and Peter Johansson.\n"
     272       << " Jari H\u00E4kkinen and Peter Johansson.\n"
    273273       << "This is free software. You may redistribute copies of it under "
    274274       << "the terms of the GNU General Public License "
Note: See TracChangeset for help on using the changeset viewer.