Ignore:
Timestamp:
Feb 13, 2011, 2:46:55 AM (12 years ago)
Author:
Peter Johansson
Message:

restore the 'r' prefix for revision number in --version output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/OptionVersion.cc

    r1337 r1340  
    5959      cs << " (";
    6060      if (DEV_BUILD)
    61         cs << svn_revision() << " ";
     61        cs << "r" << svn_revision() << " ";
    6262      cs << "compiled " << compilation_time() << ", " << compilation_date()
    6363         << ")";
Note: See TracChangeset for help on using the changeset viewer.