projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
11010fa
)
Oops (change #19013 missed changing the Perl version number).
Jarkko Hietaniemi [Mon, 24 Mar 2003 04:25:15 +0000 (
04:25
+0000)]
p4raw-link: @19013 on //depot/perl:
4eee6e183013a0f0e9dce0d53c643393a9e49455
p4raw-id: //depot/perl@19050
cygwin/perlld.in
patch
|
blob
|
blame
|
history
diff --git
a/cygwin/perlld.in
b/cygwin/perlld.in
index
ddaaed9
..
b33d0e2
100644
(file)
--- 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_8_1';
+ my $v_e_r_s = '5_9_0';
if ( $dllname =~ /.*perl.*/) {
$dllname ="cygperl$v_e_r_s.dll";
} else {