Skip to content

Commit

Permalink
4.023
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 13, 2022
1 parent a6076a5 commit bd11da6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.23 2022-01-13
- fix to work with PDL 2.066
- spelling fixes - thanks @sebastic

4.22 2021-08-22
- incorporate int-size patch from https://rt.cpan.org/Public/Bug/Display.html?id=80379 - thanks @sisyphus
- incorporate Debian patches from https://rt.cpan.org/Public/Bug/Display.html?id=115393
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.22';
our $VERSION = '4.23';
pp_setversion($VERSION);

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

0 comments on commit bd11da6

Please sign in to comment.