[libpdl-linearalgebra-perl] 07/11: Update VERSION to 0.07_01 for more development

Dima Kogan dima at secretsauce.net
Thu Nov 28 20:21:56 UTC 2013


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

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

commit 37a7e6476c95796d7d58b4d8d24f9b157e66d35a
Author: Chris Marshall <devel.chm.01 at gmail.com>
Date:   Thu Nov 28 07:30:06 2013 -0500

    Update VERSION to 0.07_01 for more development
---
 Changes                 | 5 ++++-
 Complex/Makefile.PL     | 2 +-
 Complex/Makefile.PL.pkg | 2 +-
 Complex/complex.pd      | 2 +-
 LinearAlgebra.pm        | 2 +-
 Makefile.PL             | 2 +-
 Real/Makefile.PL        | 2 +-
 Real/Makefile.PL.pkg    | 2 +-
 Real/real.pd            | 2 +-
 Special/Makefile.PL     | 2 +-
 Special/Special.pm      | 2 +-
 Trans/Makefile.PL       | 2 +-
 Trans/Makefile.PL.pkg   | 2 +-
 Trans/trans.pd          | 2 +-
 14 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/Changes b/Changes
index dc173b1..88cc723 100644
--- a/Changes
+++ b/Changes
@@ -1,10 +1,13 @@
 Revision history for Perl extension PDL::LinearAlgebra
 
+0.07_01  TBD
+
+  * TBD
+
 0.07  Wed Nov 27 17:09:40 EST 2013
 
   * Official release with 1st PDL-2.007 support
 
-
 0.06_02  Wed Nov 27 14:19:17 EST 2013
 
   * fix CPAN dependency info so PDL is used for config
diff --git a/Complex/Makefile.PL b/Complex/Makefile.PL
index eece515..559cea0 100755
--- a/Complex/Makefile.PL
+++ b/Complex/Makefile.PL
@@ -16,7 +16,7 @@ $hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-L/usr/lib/atlas -llapack -lblas -latla
 $hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib  ../lapack/libacml.lib "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib\msvcrt.lib" ' if $^O =~ /MSWin/;
 WriteMakefile(
 	%hash,
-	'VERSION' => '0.07',
+	'VERSION' => '0.07_01',
 );
 
 # Add genpp rule
diff --git a/Complex/Makefile.PL.pkg b/Complex/Makefile.PL.pkg
index 3259fc5..bd7073e 100755
--- a/Complex/Makefile.PL.pkg
+++ b/Complex/Makefile.PL.pkg
@@ -15,7 +15,7 @@ $hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.li
 WriteMakefile(
 	%hash,
 	'VERSION_FROM' => "",
-	'VERSION' => '0.07',
+	'VERSION' => '0.07_01',
 );
 
 # Add genpp rule
diff --git a/Complex/complex.pd b/Complex/complex.pd
index e21c08a..952d5d9 100644
--- a/Complex/complex.pd
+++ b/Complex/complex.pd
@@ -2,7 +2,7 @@
 
 
 do('../Config');
-our $VERSION = '0.07';
+our $VERSION = '0.07_01';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/LinearAlgebra.pm b/LinearAlgebra.pm
index 78712bc..008f700 100644
--- a/LinearAlgebra.pm
+++ b/LinearAlgebra.pm
@@ -20,7 +20,7 @@ use constant{
 
 use strict;
 
-our $VERSION = '0.07';
+our $VERSION = '0.07_01';
 $VERSION = eval $VERSION;
 
 @PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;
diff --git a/Makefile.PL b/Makefile.PL
index 9e191d8..e8e0e30 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
         'NAME' => 'PDL::LinearAlgebra',
-        'VERSION' => '0.07',
+        'VERSION' => '0.07_01',
         'CONFIGURE_REQUIRES' =>  { "PDL" => 0, },
         'BUILD_REQUIRES' =>  { "PDL" => 0, },
 	'PREREQ_PM' => { "PDL" => 0, },
diff --git a/Real/Makefile.PL b/Real/Makefile.PL
index 33bf474..1a380f0 100755
--- a/Real/Makefile.PL
+++ b/Real/Makefile.PL
@@ -17,7 +17,7 @@ $hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.li
 
 WriteMakefile(
 	%hash,
-	'VERSION' => '0.07',
+	'VERSION' => '0.07_01',
 );
 
 # Add genpp rule
diff --git a/Real/Makefile.PL.pkg b/Real/Makefile.PL.pkg
index c621eba..d904b9f 100755
--- a/Real/Makefile.PL.pkg
+++ b/Real/Makefile.PL.pkg
@@ -16,7 +16,7 @@ $hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.li
 WriteMakefile(
 	%hash,
 	'VERSION_FROM' => "",
-	'VERSION' => '0.07',
+	'VERSION' => '0.07_01',
 );
 
 # Add genpp rule
diff --git a/Real/real.pd b/Real/real.pd
index d611e66..981042d 100644
--- a/Real/real.pd
+++ b/Real/real.pd
@@ -4,7 +4,7 @@
 
 do('../Config');
 
-our $VERSION = '0.07';
+our $VERSION = '0.07_01';
 pp_setversion(qq{'$VERSION'});
 $VERSION = eval $VERSION;
 
diff --git a/Special/Makefile.PL b/Special/Makefile.PL
index aa417fb..17cdeb1 100755
--- a/Special/Makefile.PL
+++ b/Special/Makefile.PL
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
         'NAME' => 'PDL::LinearAlgebra::Special',
-        'VERSION' => '0.07',
+        'VERSION' => '0.07_01',
        );
 __END__
 
diff --git a/Special/Special.pm b/Special/Special.pm
index eda8fd7..f0ab31e 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.07';
+our $VERSION = '0.07_01';
 $VERSION = eval $VERSION;
 
 our @ISA = ( 'PDL::Exporter');
diff --git a/Trans/Makefile.PL b/Trans/Makefile.PL
index 643f91d..6c53724 100644
--- a/Trans/Makefile.PL
+++ b/Trans/Makefile.PL
@@ -16,7 +16,7 @@ $hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.li
 
 WriteMakefile(
 	%hash,
-	'VERSION' => '0.07',
+	'VERSION' => '0.07_01',
 );
 
 # Add genpp rule
diff --git a/Trans/Makefile.PL.pkg b/Trans/Makefile.PL.pkg
index 03782ef..578798a 100644
--- a/Trans/Makefile.PL.pkg
+++ b/Trans/Makefile.PL.pkg
@@ -15,7 +15,7 @@ $hash{LDLOADLIBS} .= 'oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.li
 WriteMakefile(
 	%hash,
 	'VERSION_FROM' => "",
-	'VERSION' => '0.07',
+	'VERSION' => '0.07_01',
 );
 
 # Add genpp rule
diff --git a/Trans/trans.pd b/Trans/trans.pd
index 9dfc5d8..ae7d220 100644
--- a/Trans/trans.pd
+++ b/Trans/trans.pd
@@ -1,4 +1,4 @@
-our $VERSION = '0.07';
+our $VERSION = '0.07_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