Ignore:
Timestamp:
Oct 29, 2015 8:02:35 AM (8 years ago)
Author:
maronga
Message:

bugfix: binary version increased

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/read_var_list.f90

    r1692 r1699  
    196196!-- Make version number check first
    197197    READ ( 13 )  version_on_file
    198     binary_version = '3.9b'
     198    binary_version = '4.0'
    199199    IF ( TRIM( version_on_file ) /= TRIM( binary_version ) )  THEN
    200200       WRITE( message_string, * ) 'version mismatch concerning control ', &
Note: See TracChangeset for help on using the changeset viewer.