diff options
author | Aaron Crane <arc@cpan.org> | 2016-10-20 17:06:35 +0100 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2016-10-20 17:07:23 +0100 |
commit | acc7b1ff0249e542e31a4d3d86e4f3c5f7627f8b (patch) | |
tree | 599cb61117761ba7238735f7131dc76c8bbe1897 /hints | |
parent | a09f502b8ab4acd67c80a10e2e94b468cd1132d0 (diff) | |
download | perl-acc7b1ff0249e542e31a4d3d86e4f3c5f7627f8b.tar.gz |
Bump version numbers ready for 5.25.7
Diffstat (limited to 'hints')
-rw-r--r-- | hints/catamount.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh index 74d095aea2..a11de23f71 100644 --- a/hints/catamount.sh +++ b/hints/catamount.sh @@ -31,11 +31,11 @@ # mkdir -p /opt/perl-catamount # mkdir -p /opt/perl-catamount/include # mkdir -p /opt/perl-catamount/lib -# mkdir -p /opt/perl-catamount/lib/perl5/5.25.6 +# mkdir -p /opt/perl-catamount/lib/perl5/5.25.7 # mkdir -p /opt/perl-catamount/bin # cp *.h /opt/perl-catamount/include # cp libperl.a /opt/perl-catamount/lib -# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.6 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.7 # cp miniperl perl run.sh cc.sh /opt/perl-catamount/lib # # With the headers and the libperl.a you can embed Perl to your Catamount |