[libpdl-linearalgebra-perl] 19/24: Update VERSION to 0.09_01 for development

Dima Kogan dima at secretsauce.net
Mon Aug 31 06:57:20 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 8e730769431a02511b5ed229eadbc778c1abc9a7
Author: Chris Marshall <devel.chm.01 at gmail.com>
Date:   Sun Jun 7 16:22:16 2015 -0400

    Update VERSION to 0.09_01 for development
---
 Changes            | 4 ++++
 Complex/complex.pd | 2 +-
 LinearAlgebra.pm   | 2 +-
 Real/real.pd       | 2 +-
 Special/Special.pm | 2 +-
 Trans/trans.pd     | 2 +-
 6 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/Changes b/Changes
index ce720b5..95c01f6 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Revision history for Perl extension PDL::LinearAlgebra
 
 
+0.09_01
+
+  * tbd
+
 0.09
 
   * Use new GENERATE feature to make POD from PP files
diff --git a/Complex/complex.pd b/Complex/complex.pd
index 59d8129..8db97fc 100644
--- a/Complex/complex.pd
+++ b/Complex/complex.pd
@@ -2,7 +2,7 @@
 
 
 do('../Config');
-our $VERSION = '0.09';
+our $VERSION = '0.09_01';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/LinearAlgebra.pm b/LinearAlgebra.pm
index 3a3ff11..d347030 100644
--- a/LinearAlgebra.pm
+++ b/LinearAlgebra.pm
@@ -20,7 +20,7 @@ use constant{
 
 use strict;
 
-our $VERSION = '0.09';
+our $VERSION = '0.09_01';
 $VERSION = eval $VERSION;
 
 @PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;
diff --git a/Real/real.pd b/Real/real.pd
index 3d666d8..b1a5925 100644
--- a/Real/real.pd
+++ b/Real/real.pd
@@ -4,7 +4,7 @@
 
 do('../Config');
 
-our $VERSION = '0.09';
+our $VERSION = '0.09_01';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/Special/Special.pm b/Special/Special.pm
index d2e212c..959bf1e 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';
+our $VERSION = '0.09_01';
 $VERSION = eval $VERSION;
 
 our @ISA = ( 'PDL::Exporter');
diff --git a/Trans/trans.pd b/Trans/trans.pd
index 163a2bb..303ed69 100644
--- a/Trans/trans.pd
+++ b/Trans/trans.pd
@@ -1,4 +1,4 @@
-our $VERSION = '0.09';
+our $VERSION = '0.09_01';
 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