This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increment the version number of version.pm
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 25 Jul 2005 09:49:39 +0000 (09:49 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 25 Jul 2005 09:49:39 +0000 (09:49 +0000)
(no code changes on CPAN)

p4raw-id: //depot/perl@25221

lib/version.pm

index d2648d1..3bb0bf8 100644 (file)
@@ -12,7 +12,7 @@ use vars qw(@ISA $VERSION $CLASS @EXPORT);
 
 @EXPORT = qw(qv);
 
-$VERSION = "0.43"; 
+$VERSION = "0.44"; 
 
 $CLASS = 'version';