From: H.Merijn Brand Date: Wed, 6 Mar 2002 11:25:50 +0000 (+0100) Subject: Re: perl@15047 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=907fc742eef7cc56c478862ca16bbc7e2edc772d;p=p5sagit%2Fp5-mst-13.2.git Re: perl@15047 From: "H.Merijn Brand" Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl> p4raw-link: @15047 on //depot/perl: 0cce8c827906d6294f47c30840f886b52d8345f8 p4raw-id: //depot/perl@15062 --- diff --git a/cygwin/perlld.in b/cygwin/perlld.in index 513edf4..85d4996 100644 --- a/cygwin/perlld.in +++ b/cygwin/perlld.in @@ -46,7 +46,7 @@ if ($args !~ /\-o (\S+)/) { $path =~ s,[/\\](\.[/\\])*,/,g; } if ($dllname =~ /\./) { $libname =$`; } else { $libname =$dllname; }; - my $v_e_r_s = '5_7_2'; + my $v_e_r_s = '5_7_3'; if ( $dllname =~ /.*perl.*/) { $dllname ="cygperl$v_e_r_s.dll"; } else {