X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cygwin%2Fperlld.in;h=0e30c39905e605a1034b9d6ad6efe16175134ef3;hb=8bbf3450a1ff0a3996dade29a4194cc0939d871f;hp=773bb66e9925edec012e3dc650d1357f1dc356d3;hpb=48dc1ee65779dbdc177bc16530afd4f43c1c0ecf;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cygwin/perlld.in b/cygwin/perlld.in index 773bb66..0e30c39 100644 --- a/cygwin/perlld.in +++ b/cygwin/perlld.in @@ -46,7 +46,8 @@ if ($args !~ /\-o (\S+)/) { $path =~ s,[/\\](\.[/\\])*,/,g; } if ($dllname =~ /\./) { $libname =$`; } else { $libname =$dllname; }; - my $v_e_r_s = '5_9_0'; + my $v_e_r_s = '@VERSION@'; + $v_e_r_s =~ tr/./_/; if ( $dllname =~ /libperl.*/) { $dllname ="cygperl$v_e_r_s.dll"; } else {