From 25321870890124d72cabb4fcc1798db728a4e5e1 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 21 May 2009 01:55:19 -0700 Subject: [PATCH] Bump version --- META.yml | 4 ++-- lib/Math/GSL.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/META.yml b/META.yml index e41b36a..59d6c95 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: Math-GSL -version: 0.20 +version: 0.21_01 author: - 'Jonathan Leto ' abstract: Interface to the GNU Scientific Library using SWIG @@ -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: diff --git a/lib/Math/GSL.pm b/lib/Math/GSL.pm index 6d6e414..895f7b7 100644 --- a/lib/Math/GSL.pm +++ b/lib/Math/GSL.pm @@ -22,7 +22,7 @@ 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 @@ -30,7 +30,7 @@ Math::GSL - Perl interface to the GNU Scientific Library (GSL) =head1 VERSION -Version 0.20 +Version 0.21_01 =head1 SYNOPSIS -- 2.11.4.GIT