Skip to content

Commit

Permalink
Bump version for 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
ambs committed Jun 9, 2014
1 parent 30b095f commit 8969b17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
=head1 Math::GSL Changes

=head1 v0.30 - June 2014

- Fixed generated C files with wrong GSL version numbers.
- Refactored Build.PL in order to use either gsl-config or PkgConfig.
- Change Build.PL to return 0 when GSL library not found.
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.30_5';
our $VERSION = '0.30';

=head1 NAME
Expand Down
1 change: 1 addition & 0 deletions t/QRNG.t
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ sub GSL_QRNG_GET : Tests {
}

Test::Class->runtests;

0 comments on commit 8969b17

Please sign in to comment.