Bump version number
Nicholas Clark [Thu, 18 Nov 2004 23:32:20 +0000 (23:32 +0000)]
p4raw-id: //depot/perl@23517

lib/ExtUtils/Constant.pm

index 9bbebaa..ab18c72 100644 (file)
@@ -1,6 +1,6 @@
 package ExtUtils::Constant;
 use vars qw (@ISA $VERSION %XS_Constant %XS_TypeSet @EXPORT_OK %EXPORT_TAGS);
-$VERSION = '0.14';
+$VERSION = 0.14_01;
 
 =head1 NAME