Skip to content

Commit

Permalink
2.019_06
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 8, 2019
1 parent 46b3ee6 commit 56782ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Basic/Core/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use PDL::Exporter;
require PDL; # for $VERSION
use DynaLoader;
our @ISA = qw( PDL::Exporter DynaLoader );
our $VERSION = '2.019_05';
our $VERSION = '2.019_06';
bootstrap PDL::Core $VERSION;
use PDL::Types ':All';
use Config;
Expand Down
2 changes: 1 addition & 1 deletion Basic/PDL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ start-up modules.


# set the version:
$PDL::VERSION = '2.019_05';
$PDL::VERSION = '2.019_06';

# Main loader of standard PDL package

Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2.019_06 2019-12-08
- PGPLOT stop accidentally finding own PGPLOT.pm from . in @INC - was loading installed %PDL::Config

2.019_05 2019-12-02
Expand Down

0 comments on commit 56782ad

Please sign in to comment.