[libpdl-linearalgebra-perl] 02/24: Update VERSION to 0.08_01 for more development

Dima Kogan dima at secretsauce.net
Mon Aug 31 06:57:15 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 f6a9e7f4a9bcfa6123a932853dbf2031e6244ac5
Author: Chris Marshall <devel.chm.01 at gmail.com>
Date:   Tue Dec 3 06:32:40 2013 -0500

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

diff --git a/Changes b/Changes
index cb9eef3..41a8174 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Revision history for Perl extension PDL::LinearAlgebra
 
 
+0.08_01
+
+  * TBD
+
 0.08  Tue Dec  3 06:07:55 EST 2013
 
   * use VERSION_FROM in Makefile.PLs
diff --git a/Complex/complex.pd b/Complex/complex.pd
index dedacc2..35dd55c 100644
--- a/Complex/complex.pd
+++ b/Complex/complex.pd
@@ -2,7 +2,7 @@
 
 
 do('../Config');
-our $VERSION = '0.08';
+our $VERSION = '0.08_01';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/LinearAlgebra.pm b/LinearAlgebra.pm
index f9b93bc..b80f018 100644
--- a/LinearAlgebra.pm
+++ b/LinearAlgebra.pm
@@ -20,7 +20,7 @@ use constant{
 
 use strict;
 
-our $VERSION = '0.08';
+our $VERSION = '0.08_01';
 $VERSION = eval $VERSION;
 
 @PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;
diff --git a/README b/README
index 067880a..fd8f35d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-PDL/LinearAlgebra version 0.08
+PDL/LinearAlgebra version 0.08_01
 =================================
 
 This module provides a PDL interface to some routines of BLAS and LAPACK library.
diff --git a/Real/real.pd b/Real/real.pd
index 6049f74..4634a6c 100644
--- a/Real/real.pd
+++ b/Real/real.pd
@@ -4,7 +4,7 @@
 
 do('../Config');
 
-our $VERSION = '0.08';
+our $VERSION = '0.08_01';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/Special/Special.pm b/Special/Special.pm
index 122a31c..70aeb0a 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';
+our $VERSION = '0.08_01';
 $VERSION = eval $VERSION;
 
 our @ISA = ( 'PDL::Exporter');
diff --git a/Trans/trans.pd b/Trans/trans.pd
index e809b52..814c6a7 100644
--- a/Trans/trans.pd
+++ b/Trans/trans.pd
@@ -1,4 +1,4 @@
-our $VERSION = '0.08';
+our $VERSION = '0.08_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