From: Rafael Garcia-Suarez Date: Mon, 25 Jul 2005 09:49:39 +0000 (+0000) Subject: Increment the version number of version.pm X-Git-Tag: accepted/trunk/20130322.191538~20042 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73f04f90b60fd44a3d3f40a0f6f5c565ad2f221a;p=platform%2Fupstream%2Fperl.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';