ADCP_tools_lib.pl
changeset 42 80d039881d2c
parent 41 d7ab920c1de6
child 43 b63fa355644c
equal deleted inserted replaced
41:d7ab920c1de6 42:80d039881d2c
     1 #======================================================================
     1 #======================================================================
     2 #                    A D C P _ T O O L S _ L I B . P L 
     2 #                    A D C P _ T O O L S _ L I B . P L 
     3 #                    doc: Tue Jan  5 10:45:47 2016
     3 #                    doc: Tue Jan  5 10:45:47 2016
     4 #                    dlm: Tue Nov 28 10:58:22 2017
     4 #                    dlm: Thu Dec  7 10:43:28 2017
     5 #                    (c) 2016 A.M. Thurnherr
     5 #                    (c) 2016 A.M. Thurnherr
     6 #                    uE-Info: 14 51 NIL 0 0 72 0 2 4 NIL ofnI
     6 #                    uE-Info: 17 25 NIL 0 0 72 0 2 4 NIL ofnI
     7 #======================================================================
     7 #======================================================================
     8 
     8 
     9 # HISTORY:
     9 # HISTORY:
    10 #	Jan  5, 2015: - created
    10 #	Jan  5, 2015: - created
    11 #	...
    11 #	...
    12 #	Aug 23, 2016: - updated to V1.8
    12 #	Aug 23, 2016: - updated to V1.8
    13 #	Mar 12, 2017: - updated to V1.9 for LADCP_w 1.3
    13 #	Mar 12, 2017: - updated to V1.9 for LADCP_w 1.3
    14 #	Nov 28, 2017: - updated to V2.0 for LADCP_w 1.4
    14 #	Nov 28, 2017: - updated to V2.0 for LADCP_w 1.4
       
    15 #	Dec  7, 2017: - updated to V2.1 for improvements to listHdr
    15 
    16 
    16 $ADCP_tools_version = 2.0;
    17 $ADCP_tools_version = 2.1;
    17 
    18 
    18 die(sprintf("$0: obsolete ADCP_tools V%.1f; V%.1f required\n",
    19 die(sprintf("$0: obsolete ADCP_tools V%.1f; V%.1f required\n",
    19     $ADCP_tools_version,$ADCP_tools_minVersion))
    20     $ADCP_tools_version,$ADCP_tools_minVersion))
    20         if (!defined($ADCP_tools_minVersion) || $ADCP_tools_minVersion>$ADCP_tools_version);
    21         if (!defined($ADCP_tools_minVersion) || $ADCP_tools_minVersion>$ADCP_tools_version);
    21 
    22