summaryrefslogtreecommitdiff
path: root/cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/perlld.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/perlld.in b/cygwin/perlld.in
index ddaaed9793..b33d0e2531 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_8_1';
+ my $v_e_r_s = '5_9_0';
if ( $dllname =~ /.*perl.*/) {
$dllname ="cygperl$v_e_r_s.dll";
} else {