Skip to content

Commit

Permalink
Bump version and update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ambs committed Apr 7, 2015
1 parent 297b71c commit a20d665
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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)
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.34';
our $VERSION = '0.35';

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

0 comments on commit a20d665

Please sign in to comment.