From ffc26245c06d87aab7fe1eafb85851dfc864fb12 Mon Sep 17 00:00:00 2001 From: Jonathan Leto Date: Sun, 17 Aug 2008 00:10:51 -0700 Subject: [PATCH] version bump --- META.yml | 4 ++-- lib/Math/GSL.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/META.yml b/META.yml index d515cd6..509e483 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: Math-GSL -version: 0.08 +version: 0.09_01 author: - 'Jonathan Leto ' abstract: Interface to the GNU Scientific Library using SWIG @@ -18,7 +18,7 @@ requires: provides: Math::GSL: file: lib/Math/GSL.pm - version: 0.08 + version: 0.09_01 Math::GSL::BLAS: file: lib/Math/GSL/BLAS.pm Math::GSL::BLAS::Test: diff --git a/lib/Math/GSL.pm b/lib/Math/GSL.pm index 7de143d..d142e78 100644 --- a/lib/Math/GSL.pm +++ b/lib/Math/GSL.pm @@ -24,7 +24,7 @@ our %EXPORT_TAGS = ( our ($GSL_PREC_DOUBLE, $GSL_PREC_SINGLE, $GSL_PREC_APPROX ) = 0..2; our $GSL_MODE_DEFAULT = $GSL_PREC_DOUBLE; -our $VERSION = '0.08'; +our $VERSION = '0.09_01'; =head1 NAME @@ -32,7 +32,7 @@ Math::GSL - Perl interface to the GNU Scientific Library (GSL) =head1 VERSION -Version 0.08 +Version 0.09_01 =cut -- 2.11.4.GIT