WIN32 preprocessor symbols is usually tested with #ifdef, not #if
[p5sagit/p5-mst-13.2.git] / lib / lib_pm.PL
index 36aa915..8591922 100644 (file)
@@ -86,7 +86,7 @@ my \@inc_version_list = $Config_inc_version_list;
 print OUT <<'!NO!SUBS!';
 
 our @ORIG_INC = @INC;  # take a handy copy of 'original' value
-our $VERSION = '0.57';
+our $VERSION = '0.61';
 my $Is_MacOS = $^O eq 'MacOS';
 my $Mac_FS;
 if ($Is_MacOS) {