Ignore:
Timestamp:
10/07/06 14:57:12 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/merpp.cc

    r7801 r8011  
    5353    gLog << "                MERPP - MARS V" << MARSVER          << endl;
    5454    gLog << "     MARS - Merging and Preprocessing Program"      << endl;
    55     gLog << "   Compiled with ROOT v" << ROOTVER << " on <" << __DATE__ << ">" << endl;
     55    gLog << "   Compiled with ROOT v" << ROOT_RELEASE << " on <" << __DATE__ << ">" << endl;
    5656    gLog << "==================================================" << endl;
    5757    gLog << endl;
     
    147147int main(const int argc, char **argv)
    148148{
     149    if (!MARS::CheckRootVer())
     150        return 0xff;
     151
    149152    //
    150153    // Evaluate arguments
Note: See TracChangeset for help on using the changeset viewer.