Skip to content

Commit d7a9f0e

Browse files
committed
0.842
1 parent 3c6082c commit d7a9f0e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.842 2026-04-19
2+
- fix PLplot library check problems (#17) - thanks @paultcochrane
3+
14
0.841 2026-03-22
25
- fix bad use of inplace
36

plplot.pd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Carp qw(confess);
99

1010
our $VERSION;
1111
BEGIN {
12-
$VERSION = '0.841';
12+
$VERSION = '0.842';
1313
};
1414

1515
=head1 NAME

0 commit comments

Comments
 (0)