Show
Ignore:
Timestamp:
03/30/08 16:05:35 (9 months ago)
Author:
peter
Message:

source/punch_fits.cpp:
source/assert_results.cpp:
source/Makefile:
source/version.h:
source/parse_commands.cpp:
source/parse_print.cpp:
source/prt_comment.cpp:

Implement the new version numbering system for the C08 release.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/assert_results.cpp

    r1891 r1896  
    22142214        if( called.lgTalk && nAsserts>0 ) 
    22152215        {  
    2216                 char chVer[10]; 
    22172216                time_t now; 
    2218                 cdVersion(chVer ); 
    22192217 
    22202218                /* First disambiguate any line identifications */ 
     
    22812279 
    22822280                /* write start of title and version number of code */ 
    2283                 fprintf( ioASSERT, "=============Results of asserts: C%s ",chVer ); 
     2281                fprintf( ioASSERT, "=============Results of asserts: Cloudy %s ", version::Inst().chVersion ); 
    22842282 
    22852283                /* usually print date and time info - do not if "no times" command entered,