This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump ExtUtils::CBuilder version numbers
[perl5.git] / dist / ExtUtils-CBuilder / lib / ExtUtils / CBuilder / Platform / darwin.pm
index 8cfc2c6..de01dab 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use ExtUtils::CBuilder::Platform::Unix;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280201';
+$VERSION = '0.280202';
 @ISA = qw(ExtUtils::CBuilder::Platform::Unix);
 
 sub compile {