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 5e3ee2a7b1f9f3461aea543d85325f5eeccd81a1
Author: Chris Marshall <devel.chm...@gmail.com>
Date:   Sat Jun 6 16:56:14 2015 -0400

    Update VERSION to 0.09 for CPAN release
---
 Complex/complex.pd | 2 +-
 LinearAlgebra.pm   | 2 +-
 Real/real.pd       | 2 +-
 Special/Special.pm | 2 +-
 Trans/trans.pd     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Complex/complex.pd b/Complex/complex.pd
index 56b1b64..59d8129 100644
--- a/Complex/complex.pd
+++ b/Complex/complex.pd
@@ -2,7 +2,7 @@
 
 
 do('../Config');
-our $VERSION = '0.08_03';
+our $VERSION = '0.09';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/LinearAlgebra.pm b/LinearAlgebra.pm
index d254011..3a3ff11 100644
--- a/LinearAlgebra.pm
+++ b/LinearAlgebra.pm
@@ -20,7 +20,7 @@ use constant{
 
 use strict;
 
-our $VERSION = '0.08_03';
+our $VERSION = '0.09';
 $VERSION = eval $VERSION;
 
 @PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;
diff --git a/Real/real.pd b/Real/real.pd
index 35035ea..3d666d8 100644
--- a/Real/real.pd
+++ b/Real/real.pd
@@ -4,7 +4,7 @@
 
 do('../Config');
 
-our $VERSION = '0.08_03';
+our $VERSION = '0.09';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/Special/Special.pm b/Special/Special.pm
index 88d4828..d2e212c 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.08_01';
+our $VERSION = '0.09';
 $VERSION = eval $VERSION;
 
 our @ISA = ( 'PDL::Exporter');
diff --git a/Trans/trans.pd b/Trans/trans.pd
index 33125af..163a2bb 100644
--- a/Trans/trans.pd
+++ b/Trans/trans.pd
@@ -1,4 +1,4 @@
-our $VERSION = '0.08_03';
+our $VERSION = '0.09';
 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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to