From 73f04f90b60fd44a3d3f40a0f6f5c565ad2f221a Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 25 Jul 2005 09:49:39 +0000 Subject: [PATCH] Increment the version number of version.pm (no code changes on CPAN) p4raw-id: //depot/perl@25221 --- lib/version.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.7.4