Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed May 21, 2009
1 parent 71fd9b5 commit 2532187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META.yml
@@ -1,6 +1,6 @@
---
name: Math-GSL
version: 0.20
version: 0.21_01
author:
- 'Jonathan Leto <jonathan@leto.net>'
abstract: Interface to the GNU Scientific Library using SWIG
Expand All @@ -20,7 +20,7 @@ requires:
provides:
Math::GSL:
file: lib/Math/GSL.pm
version: 0.20
version: 0.21_01
Math::GSL::BLAS:
file: lib/Math/GSL/BLAS.pm
Math::GSL::BLASc:
Expand Down
4 changes: 2 additions & 2 deletions lib/Math/GSL.pm
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.20';
our $VERSION = '0.21_01';

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

0 comments on commit 2532187

Please sign in to comment.