projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ea4d13e
)
Oops, forgot to bump $VERSION for #31728
Steve Hay [Fri, 17 Aug 2007 11:00:24 +0000 (11:00 +0000)]
p4raw-id: //depot/perl@31729
lib/ExtUtils/CBuilder/Platform/Windows.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/CBuilder/Platform/Windows.pm
b/lib/ExtUtils/CBuilder/Platform/Windows.pm
index
1b26c74
..
027d062
100644
(file)
--- 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 {