Skip to content

Commit

Permalink
Bump version to 0.25_01
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Apr 15, 2011
1 parent 0909450 commit 1f0d07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Math/GSL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,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.25';
our $VERSION = '0.25_01';

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

0 comments on commit 1f0d07e

Please sign in to comment.