diff options
author | Peter Martini <PeterCMartini@GMail.com> | 2014-08-21 02:32:55 -0400 |
---|---|---|
committer | Peter Martini <PeterCMartini@GMail.com> | 2014-08-21 07:24:46 -0400 |
commit | bab3f9d4f294cd1e05d26277b8ddbf8e8eb99e24 (patch) | |
tree | df91896e5737e8a9db41aee7bdbfd1aaaf79052e /hints | |
parent | 39c4a6cffea9850b73821f0162a8caaafbe90804 (diff) | |
download | perl-bab3f9d4f294cd1e05d26277b8ddbf8e8eb99e24.tar.gz |
Bump version number from 5.21.3 to 5.21.4
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 db87e1ad0d..ac118ddd88 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.21.3 +# mkdir -p /opt/perl-catamount/lib/perl5/5.21.4 # 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.21.3 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.21.4 # 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 |