From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Mon, 25 Jul 2005 09:49:39 +0000 (+0000)
Subject: Increment the version number of version.pm
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73f04f90b60fd44a3d3f40a0f6f5c565ad2f221a;p=p5sagit%2Fp5-mst-13.2.git

Increment the version number of version.pm
(no code changes on CPAN)

p4raw-id: //depot/perl@25221
---

diff --git a/lib/version.pm b/lib/version.pm
index d2648d1..3bb0bf8 100644
--- a/lib/version.pm
+++ b/lib/version.pm
@@ -12,7 +12,7 @@ use vars qw(@ISA $VERSION $CLASS @EXPORT);
 
 @EXPORT = qw(qv);
 
-$VERSION = "0.43"; 
+$VERSION = "0.44"; 
 
 $CLASS = 'version';