summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-08-20 22:07:30 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-08-20 22:07:30 +0100
commit4aefb364922503a4a18d813eea9d81164ef6c813 (patch)
treeb597cb22bb8145a9a975e902f4b06f27ad88eea2 /hints
parentbe2932939b2890fc4ea4e27b2ce6df5f7264d196 (diff)
downloadperl-4aefb364922503a4a18d813eea9d81164ef6c813.tar.gz
Bump the perl version in various places for v5.25.5
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 2a177c662c..f4ee070a46 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.4
+# mkdir -p /opt/perl-catamount/lib/perl5/5.25.5
# 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.4
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.5
# 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