Revision: 1432
Author: [email protected]
Date: Sun Sep 16 04:31:07 2012
Log: Bumped VERSION
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1432
Modified:
/trunk/bin/nytprofhtml
/trunk/bin/nytprofmerge
/trunk/lib/Devel/NYTProf/Core.pm
/trunk/lib/Devel/NYTProf.pm
=======================================
--- /trunk/bin/nytprofhtml Sat Aug 11 03:53:27 2012
+++ /trunk/bin/nytprofhtml Sun Sep 16 04:31:07 2012
@@ -41,7 +41,7 @@
);
use Devel::NYTProf::Constants qw(NYTP_SCi_CALLING_SUB);
-our $VERSION = '4.08';
+our $VERSION = '4.09';
if ($VERSION != $Devel::NYTProf::Core::VERSION) {
die "$0 version '$VERSION' doesn't match
version '$Devel::NYTProf::Core::VERSION' of
$INC{'Devel/NYTProf/Core.pm'}\n";
=======================================
--- /trunk/bin/nytprofmerge Sat Aug 11 03:53:27 2012
+++ /trunk/bin/nytprofmerge Sun Sep 16 04:31:07 2012
@@ -18,7 +18,7 @@
require Devel::NYTProf::Data;
use List::Util qw(min sum);
-our $VERSION = '4.08';
+our $VERSION = '4.09';
if ($VERSION != $Devel::NYTProf::Core::VERSION) {
die "$0 version '$VERSION' doesn't match
version '$Devel::NYTProf::Core::VERSION' of
$INC{'Devel/NYTProf/Core.pm'}\n";
=======================================
--- /trunk/lib/Devel/NYTProf/Core.pm Sat Aug 11 03:53:27 2012
+++ /trunk/lib/Devel/NYTProf/Core.pm Sun Sep 16 04:31:07 2012
@@ -14,7 +14,7 @@
use XSLoader;
-our $VERSION = '4.08'; # increment with XS changes too
+our $VERSION = '4.09'; # increment with XS changes too
XSLoader::load('Devel::NYTProf', $VERSION);
=======================================
--- /trunk/lib/Devel/NYTProf.pm Sat Aug 11 03:53:27 2012
+++ /trunk/lib/Devel/NYTProf.pm Sun Sep 16 04:31:07 2012
@@ -11,7 +11,7 @@
###########################################################
package Devel::NYTProf;
-our $VERSION = '4.08'; # also change in Devel::NYTProf::Core
+our $VERSION = '4.09'; # also change in Devel::NYTProf::Core
package # hide the package from the PAUSE indexer
DB;
--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]