Skip to content

Commit

Permalink
Update VERSION for final development.
Browse files Browse the repository at this point in the history
If PDL 2.018 rc1 tests out, the current git will
become PDL-2.018.
  • Loading branch information
devel-chm committed May 18, 2017
1 parent a28b626 commit 6eb51d2
Show file tree
Hide file tree
Showing 4 changed files with 16 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_02';
our $VERSION = '2.017_99';
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_02';
$PDL::VERSION = '2.017_99';

# Main loader of standard PDL package

Expand Down
13 changes: 13 additions & 0 deletions Changes
@@ -1,3 +1,16 @@
v2.017_99 TBD

General Notes:

* This is version 2.017_99 of the Perl Data Language,
and essentially PDL 2.018 release candidate 2.

Highlights:

* TBD



v2.017_02 2017-05-18 17:33:55-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_02 release:
PDL-2.017_99 release:

435 PDL-LinearAlgebra-0.12 undefined reference to dggsvd_ + sggsvd_

Expand Down

0 comments on commit 6eb51d2

Please sign in to comment.