diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-03-06 12:25:50 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-03-06 09:26:49 +0000 |
commit | 907fc742eef7cc56c478862ca16bbc7e2edc772d (patch) | |
tree | 7ef70121e3e4f6d17c4d23097d3817533d1994b0 /cygwin | |
parent | 439f2f5c25d38973a1c74e861647bcff91e59e56 (diff) | |
download | perl-907fc742eef7cc56c478862ca16bbc7e2edc772d.tar.gz |
Re: perl@15047
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
p4raw-link: @15047 on //depot/perl: 0cce8c827906d6294f47c30840f886b52d8345f8
p4raw-id: //depot/perl@15062
Diffstat (limited to 'cygwin')
-rw-r--r-- | cygwin/perlld.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/perlld.in b/cygwin/perlld.in index 513edf4946..85d4996197 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 { |