summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2011-07-20 19:36:45 +0100
committerZefram <zefram@fysh.org>2011-07-20 19:41:48 +0100
commit507b4ec12b740fa17e012896d1faa10147a95b62 (patch)
treecad3000b3c261e82ee30c64712a1c7fc05a6dbdb /hints
parentdac70e9b584ce3d8a98ad96fab18de1fcba18902 (diff)
downloadperl-507b4ec12b740fa17e012896d1faa10147a95b62.tar.gz
bump perl version number to 5.15.1
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 d17bcb981f..e0b0812a51 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.15.0
+# mkdir -p /opt/perl-catamount/lib/perl5/5.15.1
# 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.15.0
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.15.1
# 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