Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update VERSION to 2.014_01 for more development
  • Loading branch information
devel-chm committed Oct 12, 2015
1 parent b837738 commit c2ae69d
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.014';
our $VERSION = '2.014_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.014';
$PDL::VERSION = '2.014_01';

# Main loader of standard PDL package

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

General Notes:

* This is PDL-2.014_01


Highlights:

* TBD



v2.014 2015-10-12 11:44:10-04:00

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


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

402 Add support for $PDL::indxformat to piddle stringify operation
397 PDL::FFT not 64bit integer safe
Expand Down

0 comments on commit c2ae69d

Please sign in to comment.