ADCP_tools_lib.pl
changeset 43 b63fa355644c
parent 42 80d039881d2c
child 53 51c5988a7f1f
equal deleted inserted replaced
42:80d039881d2c 43:b63fa355644c
     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: Thu Dec  7 10:43:28 2017
     4 #                    dlm: Tue Feb  6 21:37:45 2018
     5 #                    (c) 2016 A.M. Thurnherr
     5 #                    (c) 2016 A.M. Thurnherr
     6 #                    uE-Info: 17 25 NIL 0 0 72 0 2 4 NIL ofnI
     6 #                    uE-Info: 16 57 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 #	Dec  7, 2017: - updated to V2.1 for improvements to listHdr
       
    16 #	Feb  6, 2018: - updated to V2.2 for changes to PD0_IO
    16 
    17 
    17 $ADCP_tools_version = 2.1;
    18 $ADCP_tools_version = 2.2;
    18 
    19 
    19 die(sprintf("$0: obsolete ADCP_tools V%.1f; V%.1f required\n",
    20 die(sprintf("$0: obsolete ADCP_tools V%.1f; V%.1f required\n",
    20     $ADCP_tools_version,$ADCP_tools_minVersion))
    21     $ADCP_tools_version,$ADCP_tools_minVersion))
    21         if (!defined($ADCP_tools_minVersion) || $ADCP_tools_minVersion>$ADCP_tools_version);
    22         if (!defined($ADCP_tools_minVersion) || $ADCP_tools_minVersion>$ADCP_tools_version);
    22 
    23