Bump the VERSION of ExtUtils::Constant::Base.
Nicholas Clark [Thu, 12 Apr 2007 21:03:08 +0000 (21:03 +0000)]
p4raw-id: //depot/perl@30940

lib/ExtUtils/Constant/Base.pm

index 7a37197..b5b79af 100644 (file)
@@ -5,7 +5,7 @@ use vars qw($VERSION);
 use Carp;
 use Text::Wrap;
 use ExtUtils::Constant::Utils qw(C_stringify perl_stringify);
-$VERSION = '0.03_01';
+$VERSION = '0.04';
 
 use constant is_perl56 => ($] < 5.007 && $] > 5.005_50);