Skip to content

Commit

Permalink
Bump version (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhagland authored Jul 17, 2024
1 parent 62692bb commit 8181fa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ my $builder = GSLBuilder->new(
},
sign => 0,
configure_requires => {
'PkgConfig' => '0.07720',
'Module::Build' => '0.38',
'Math::GSL::Alien' => '1.01',
'PkgConfig' => '0.07720',
'Module::Build' => '0.38',
'Math::GSL::Alien' => '1.03',
},
swig_version => $swig_version,
current_version => $gsl_conf->{gsl_version},
Expand Down
4 changes: 2 additions & 2 deletions lib/Math/GSL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ 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.45';
our $VERSION = '0.47';

=head1 NAME
Math::GSL - Perl interface to the GNU Scientific Library (GSL)
=head1 VERSION
Version 0.45
Version 0.47
=head1 SYNOPSIS
Expand Down

0 comments on commit 8181fa9

Please sign in to comment.