Skip to content

Commit

Permalink
Update VERSION to 0.70 and Release_Notes for CPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Jun 8, 2015
1 parent 56f3d2f commit f44cf12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
25 changes: 4 additions & 21 deletions Release_Notes
@@ -1,27 +1,10 @@
Release Notes for PDL-IO-HDF5 0.65_02 --------------------------
Release Notes for PDL-IO-HDF5 0.70 --------------------------

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 recommended although the
cpan shell may be used by specifying the distribution
path rather than just the module name, e.g.:

cpan> get CHM/PDL-IO-HDF5-0.65_02.tar.gz
cpan> make CHM/PDL-IO-HDF5-0.65_02.tar.gz
cpan> test CHM/PDL-IO-HDF5-0.65_02.tar.gz
cpan> look CHM/PDL-IO-HDF5-0.65_02.tar.gz
This release features improved online POD via http://metacpan.org
and http://search.cpan.org , improved library detection, and new
support for datasets with native endianness.

Highlights:

Expand Down
2 changes: 1 addition & 1 deletion hdf5.pd
@@ -1,6 +1,6 @@
use Config;

our $VERSION = '0.65_02';
our $VERSION = '0.70';
pp_setversion(qq{'$VERSION'});

# Necessary includes for .xs file
Expand Down

0 comments on commit f44cf12

Please sign in to comment.