[libpdl-linearalgebra-perl] 21/24: Update VERSION to 0.10 and Changes file for CPAN release

Dima Kogan dima at secretsauce.net
Mon Aug 31 06:57:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch realupstream
in repository libpdl-linearalgebra-perl.

commit 7f00736bfb1a40771f144b63419d52270a18e8c8
Author: Chris Marshall <devel.chm.01 at gmail.com>
Date:   Mon Jun 8 07:14:49 2015 -0400

    Update VERSION to 0.10 and Changes file for CPAN release
---
 Changes            | 4 ++--
 Complex/complex.pd | 2 +-
 LinearAlgebra.pm   | 2 +-
 Real/real.pd       | 2 +-
 Special/Special.pm | 2 +-
 Trans/trans.pd     | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Changes b/Changes
index 95c01f6..6dca845 100644
--- a/Changes
+++ b/Changes
@@ -1,9 +1,9 @@
 Revision history for Perl extension PDL::LinearAlgebra
 
 
-0.09_01
+0.10
 
-  * tbd
+  * Add -lquadmath to compiler flags for gfortran
 
 0.09
 
diff --git a/Complex/complex.pd b/Complex/complex.pd
index 8db97fc..b0c20a0 100644
--- a/Complex/complex.pd
+++ b/Complex/complex.pd
@@ -2,7 +2,7 @@
 
 
 do('../Config');
-our $VERSION = '0.09_01';
+our $VERSION = '0.10';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/LinearAlgebra.pm b/LinearAlgebra.pm
index d347030..ebd83c4 100644
--- a/LinearAlgebra.pm
+++ b/LinearAlgebra.pm
@@ -20,7 +20,7 @@ use constant{
 
 use strict;
 
-our $VERSION = '0.09_01';
+our $VERSION = '0.10';
 $VERSION = eval $VERSION;
 
 @PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;
diff --git a/Real/real.pd b/Real/real.pd
index b1a5925..1028f22 100644
--- a/Real/real.pd
+++ b/Real/real.pd
@@ -4,7 +4,7 @@
 
 do('../Config');
 
-our $VERSION = '0.09_01';
+our $VERSION = '0.10';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/Special/Special.pm b/Special/Special.pm
index 959bf1e..9dfea50 100644
--- a/Special/Special.pm
+++ b/Special/Special.pm
@@ -12,7 +12,7 @@ no warnings 'uninitialized';
 @EXPORT_OK  = qw( mhilb mvander mpart mhankel mtoeplitz mtri mpascal mcompanion);
 %EXPORT_TAGS = (Func=>[@EXPORT_OK]);
 
-our $VERSION = '0.09_01';
+our $VERSION = '0.10';
 $VERSION = eval $VERSION;
 
 our @ISA = ( 'PDL::Exporter');
diff --git a/Trans/trans.pd b/Trans/trans.pd
index 303ed69..0950d19 100644
--- a/Trans/trans.pd
+++ b/Trans/trans.pd
@@ -1,4 +1,4 @@
-our $VERSION = '0.09_01';
+our $VERSION = '0.10';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdl-linearalgebra-perl.git



More information about the Pkg-perl-cvs-commits mailing list