diff --git a/Changes b/Changes index a1f5197..5701e84 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ =head1 Math::GSL Changes +=head1 v0.35 - April 2015 + + - Remotion of trailing whitespaces (Shlomi Fish) + - Documentation fixes (Shlomi Fish) + - Remotion of PkgConfig from runtime requirements + (Bartosz Jakubski) + - Indentation fixes (Bartosz Jakubski) + - Installation feedback improvements (Bartosz Jakubski) + =head1 v0.34 - December 2014 - Fixed bug on uncleared error variable (5.8.9) diff --git a/lib/Math/GSL.pm b/lib/Math/GSL.pm index ae937d7..249903d 100644 --- a/lib/Math/GSL.pm +++ b/lib/Math/GSL.pm @@ -26,7 +26,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.34'; +our $VERSION = '0.35'; =head1 NAME @@ -34,7 +34,7 @@ Math::GSL - Perl interface to the GNU Scientific Library (GSL) =head1 VERSION -Version 0.34 +Version 0.35 =head1 SYNOPSIS