Skip to content

Commit

Permalink
Increment VERSION for PDL-2.008 release
Browse files Browse the repository at this point in the history
These two modules have changed since PDL-2.007.  The VERSION update
represents that.
  • Loading branch information
devel-chm committed May 20, 2015
1 parent 9f7442b commit 18d5c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Basic/Gen/Inline/Pdlpp.pm
Expand Up @@ -9,7 +9,7 @@ use Carp;
use Cwd qw(cwd abs_path);
use PDL::Core::Dev;

$Inline::Pdlpp::VERSION = '0.3';
$Inline::Pdlpp::VERSION = '0.4';
use base qw(Inline::C);

#==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion Basic/Gen/PP.pm
Expand Up @@ -783,7 +783,7 @@ package PDL::PP;

use strict;

our $VERSION = "2.2";
our $VERSION = "2.3";
$VERSION = eval $VERSION;

use PDL::Types ':All';
Expand Down

0 comments on commit 18d5c33

Please sign in to comment.