Skip to content

Commit

Permalink
v0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
ambs committed Jun 18, 2014
1 parent ffdb906 commit b2c1e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
=head1 Math::GSL Changes

=head1 v0.32 - June 2014
- Correctly split the compiler name.
- Added OO code to the QRNG module.
- Fixed QRNG code that was failing on some machines.
Expand Down
2 changes: 1 addition & 1 deletion lib/Math/GSL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ our %EXPORT_TAGS = ( all => \@EXPORT_OK, );

our ($GSL_PREC_DOUBLE, $GSL_PREC_SINGLE, $GSL_PREC_APPROX ) = 0 .. 2;
our $GSL_MODE_DEFAULT = $GSL_PREC_DOUBLE;
our $VERSION = '0.32_3';
our $VERSION = '0.32';

=head1 NAME
Expand Down

0 comments on commit b2c1e9a

Please sign in to comment.