Skip to content

Commit

Permalink
Bump version to 0.49 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhagland authored Jul 29, 2024
1 parent c0a20fd commit 48c7044
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
=head1 Math::GSL Changes

=head v0.49 - July 2024

- Fix Pod errors in Changes file
- Add Git meta data to be used by the metacpan.org web site

=head v0.48 - July 2024

- Fix build failure for gcc 14 on debian (emollier)
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.48';
our $VERSION = '0.49';

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

0 comments on commit 48c7044

Please sign in to comment.