Skip to content

Commit

Permalink
4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 26, 2022
1 parent 90f794e commit 1a2fcb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
4.24 2022-04-27
- change required PDL version to 2.019
- use INC and LIBS environment variables in checking for NetCDF 4 - thanks @doughunt
- fix NetCDF 4 detection - thanks @doughunt
Expand Down
2 changes: 1 addition & 1 deletion netcdf.pd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Perl -*-
use Config;
use Devel::CheckLib qw(check_lib);
our $VERSION = '4.23';
our $VERSION = '4.24';
pp_setversion($VERSION);

my $ncversion = {nc_inq_var_deflate => check_lib(
Expand Down

0 comments on commit 1a2fcb3

Please sign in to comment.