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

Legend:

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

    r7432 r8013  
    3030    gLog << "                  Sponde - MARS V" << MARSVER             << endl;
    3131    gLog << "               MARS -- SPectrum ON DEmand"                << endl;
    32     gLog << "   Compiled with ROOT v" << ROOTVER << " on <" << __DATE__ << ">" << endl;
     32    gLog << "   Compiled with ROOT v" << ROOT_RELEASE << " on <" << __DATE__ << ">" << endl;
    3333    gLog << "========================================================" << endl;
    3434    gLog << endl;
     
    8888int main(int argc, char **argv)
    8989{
     90    if (!MARS::CheckRootVer())
     91        return 0xff;
     92
    9093    //
    9194    // Evaluate arguments
Note: See TracChangeset for help on using the changeset viewer.