Skip to content

Commit

Permalink
Update VERSION to 2.017_01 for new development
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Oct 8, 2016
1 parent e82a53a commit 62d6833
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Basic/Core/Core.pm
Expand Up @@ -8,7 +8,7 @@ use PDL::Exporter;
require PDL; # for $VERSION
use DynaLoader;
our @ISA = qw( PDL::Exporter DynaLoader );
our $VERSION = '2.017';
our $VERSION = '2.017_01';
bootstrap PDL::Core $VERSION;
use PDL::Types ':All';
use Config;
Expand Down
2 changes: 1 addition & 1 deletion Basic/PDL.pm
Expand Up @@ -147,7 +147,7 @@ start-up modules.


# set the version:
$PDL::VERSION = '2.017';
$PDL::VERSION = '2.017_01';

# Main loader of standard PDL package

Expand Down
14 changes: 14 additions & 0 deletions Changes
@@ -1,3 +1,17 @@
v2.017_01 TBD

General Notes:

* This is version 2.017_01 of the Perl Data Language,

* TBD

Highlights:

* TBD



v2.017 2016-10-08 13:50:39-04:00

General Notes:
Expand Down
2 changes: 1 addition & 1 deletion Known_problems
Expand Up @@ -70,7 +70,7 @@ The following issues have been reported with this version of PDL:


- The following SourceForge bugs are outstanding at time of the
PDL-2.017 release:
PDL-2.017_01 release:

420 PDL-2.016 fails to build on ASperl solaris 32bit or 64bit platforms
418 warp2d and fitwarp2d polynomial fitting doesn't work as expected
Expand Down

0 comments on commit 62d6833

Please sign in to comment.