This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Oops (change #19013 missed changing the Perl version number).
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 24 Mar 2003 04:25:15 +0000 (04:25 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
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

index ddaaed9..b33d0e2 100644 (file)
@@ -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 {