summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-28 13:14:18 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-28 13:14:18 +0000
commitb8ba05c1f8c5896bc6ae7ecb44eda41eb9a13a8c (patch)
treea5ec4ef0308f501dc1a6ddb87086d8403cd3c49e /hints
parent1d1da1dea7ecc9078643d468e273c56aff4e4078 (diff)
downloadperl-b8ba05c1f8c5896bc6ae7ecb44eda41eb9a13a8c.tar.gz
Bump version to 5.20.2, just ahead of its impending release
Diffstat (limited to 'hints')
-rw-r--r--hints/catamount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh
index b5909032a6..572a6a79bb 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.20.1
+# mkdir -p /opt/perl-catamount/lib/perl5/5.20.2
# 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.20.1
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.20.2
# 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