diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-08-04 01:11:32 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-04 01:11:32 +0000 |
commit | 78a7c709d4434f29685ba4f85f6441dc8f042e3f (patch) | |
tree | 252232e65321b44ec3863d69db01ffb823bd327d /cygwin | |
parent | 6a0407ee995276fc0b143630fde4e4ee2a060014 (diff) | |
download | perl-78a7c709d4434f29685ba4f85f6441dc8f042e3f.tar.gz |
Change version from 5.8.0 to 5.9.0.
p4raw-id: //depot/perl@17671
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 4281be6a5e..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_0'; + my $v_e_r_s = '5_9_0'; if ( $dllname =~ /.*perl.*/) { $dllname ="cygperl$v_e_r_s.dll"; } else { |