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/parse_print.cpp

    r1891 r1896  
    9595        { 
    9696                /* print compiler and code version information */ 
    97                 fprintf( ioQQQ, "\nThis is Cloudy, version %s\n%s\n\n" ,  
     97                fprintf( ioQQQ, "\nThis is Cloudy %s\n%s\n\n" ,  
    9898                        version::Inst().chVersion, 
    9999                        version::Inst().chInfo );