diff --git a/Changes b/Changes index 97dbd76..f12ed36 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/lib/Math/GSL.pm b/lib/Math/GSL.pm index ecd88e9..a74571c 100644 --- a/lib/Math/GSL.pm +++ b/lib/Math/GSL.pm @@ -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 diff --git a/t/QRNG.t b/t/QRNG.t index 21e2f88..849b6ad 100644 --- a/t/QRNG.t +++ b/t/QRNG.t @@ -59,3 +59,4 @@ sub GSL_QRNG_GET : Tests { } Test::Class->runtests; +