Skip to content

Commit b4e1d92

Browse files
committed
4.25
1 parent 928a3b8 commit b4e1d92

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.25 2025-01-23
2+
- also use nc-config to find NetCDF (#8,#9) - thanks @wwlwpd
3+
14
4.24 2022-04-27
25
- change required PDL version to 2.019
36
- use INC and LIBS environment variables in checking for NetCDF 4 - thanks @doughunt

netcdf.pd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Perl -*-
22
use Config;
33
use Devel::CheckLib qw(check_lib);
4-
our $VERSION = '4.24';
4+
our $VERSION = '4.25';
55
pp_setversion($VERSION);
66

77
my $ncversion = {nc_inq_var_deflate => check_lib(

0 commit comments

Comments
 (0)