diff --git a/Changes b/Changes index 2b1ab38..efdf3d4 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/lib/Math/GSL.pm b/lib/Math/GSL.pm index e4957cc..5efe28e 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.32_3'; +our $VERSION = '0.32'; =head1 NAME