Skip to content

Commit

Permalink
Update VERION to 2.011_01 for more development
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Jun 3, 2015
1 parent fa428b0 commit 9129b36
Show file tree
Hide file tree
Showing 4 changed files with 39 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.011';
our $VERSION = '2.011_01';
bootstrap PDL::Core $VERSION;
use PDL::Types ':All';

Expand Down
2 changes: 1 addition & 1 deletion Basic/PDL.pm
Expand Up @@ -146,7 +146,7 @@ start-up modules.


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

# Main loader of standard PDL package

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


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

384 pdldoc.db is getting invalid paths to files on cygwin
383 gcc/gfortran 4.9.2 needs -lquadmath
Expand Down
36 changes: 36 additions & 0 deletions Release_Notes
@@ -1,3 +1,39 @@
Release Notes for PDL 2.011_01 -----------------------------

+---------------------------------------------------------------+
| BE WARNED: This release includes an update to the internal, |
| C-level PDL API for PDL versions 2.007 and earlier. This |
| will require that you re-build any PP or XS modules. Do not |
| upgrade or install over an existing PDL installation unless |
| you are prepared to do so!!! |
+---------------------------------------------------------------+

General Notes:

* Another quick CPAN developers release

- It is a snapshot of the current git development tree
and everything may not work correctly or have complete
documentation.

- These release notes may not be fully complete. Please
see Changes (from the git log) for full details.

- All tests may not pass, especially ones corresponding
to issues in Known_problems.

- Manual build/install is possible, but easiest is to
use cpanm:

cpanm --dev PDL


Highlights:

* TBD



Release Notes for PDL 2.011 -----------------------------

+---------------------------------------------------------------+
Expand Down

0 comments on commit 9129b36

Please sign in to comment.