From: Steve Hay Date: Fri, 17 Aug 2007 11:00:24 +0000 (+0000) Subject: Oops, forgot to bump $VERSION for #31728 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=72076cb2fceca96b75f3acbda2b8105d780bd2b0;p=p5sagit%2Fp5-mst-13.2.git Oops, forgot to bump $VERSION for #31728 p4raw-id: //depot/perl@31729 --- diff --git a/lib/ExtUtils/CBuilder/Platform/Windows.pm b/lib/ExtUtils/CBuilder/Platform/Windows.pm index 1b26c74..027d062 100644 --- a/lib/ExtUtils/CBuilder/Platform/Windows.pm +++ b/lib/ExtUtils/CBuilder/Platform/Windows.pm @@ -9,7 +9,7 @@ use File::Spec; use ExtUtils::CBuilder::Base; use vars qw($VERSION @ISA); -$VERSION = '0.13'; +$VERSION = '0.13_01'; @ISA = qw(ExtUtils::CBuilder::Base); sub new {