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

    r1891 r1896  
    163163        { 
    164164                sprintf( chLine,  
    165                         "  !This is beta test version%4ld and is intended for testing only.",  
     165                        "  !This is beta test version %ld and is intended for testing only.",  
    166166                  version::Inst().nBetaVer ); 
    167167                bangin(chLine);