Skip to content

Commit 97b8dc6

Browse files
committed
2.35
1 parent f4869f0 commit 97b8dc6

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+
2.35 2024-12-20
2+
- be more careful with datatypes (https://github.com/PDLPorters/pdl/issues/511)
3+
14
2.34 2024-11-25
25
- minimum Perl 5.10.1
36
- add PGPLOT::set_debugging

lib/PGPLOT.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55
use Exporter;
66
use DynaLoader;
77

8-
our $VERSION="2.34";
8+
our $VERSION="2.35";
99

1010
our @ISA = qw(Exporter DynaLoader);
1111
our @EXPORT = qw( pgarro pgask pgaxis pgband pgbbuf pgbeg pgbegin pgbin pgbox

0 commit comments

Comments
 (0)