Skip to content

Commit

Permalink
2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 25, 2024
1 parent 8752ce4 commit cc908f9
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 @@
2.34 2024-11-25
- minimum Perl 5.10.1
- add PGPLOT::set_debugging
- move PDL::Graphics::State to this distro
Expand Down
2 changes: 1 addition & 1 deletion lib/PGPLOT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Exporter;
use DynaLoader;

our $VERSION="2.33";
our $VERSION="2.34";

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

0 comments on commit cc908f9

Please # to comment.