From: Duke Leto Date: Tue, 18 May 2010 08:37:47 +0000 (-0700) Subject: Bump minor revision again, prepping for CPAN test release X-Git-Url: https://repo.or.cz/w/Math-GSL.git/commitdiff_plain/12cfb84aacb11eb8229073943a805530c3fadbab Bump minor revision again, prepping for CPAN test release --- diff --git a/lib/Math/GSL.pm b/lib/Math/GSL.pm index 79b8938..1345321 100644 --- a/lib/Math/GSL.pm +++ b/lib/Math/GSL.pm @@ -22,7 +22,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.21_02'; +our $VERSION = '0.21_03'; =head1 NAME @@ -30,7 +30,7 @@ Math::GSL - Perl interface to the GNU Scientific Library (GSL) =head1 VERSION -Version 0.21_02 +Version 0.21_03 =head1 SYNOPSIS