summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-09-21 01:48:36 +0200
committerSawyer X <xsawyerx@cpan.org>2020-09-21 01:48:36 +0200
commit88d446a9fc63209071cf1cb095571a47dc2b133b (patch)
tree8e70c5935747cae85febc45294fa668f2dedaee4 /hints
parentf460daa0d0922b6e51be3decd7d956a7aac9c93b (diff)
downloadperl-88d446a9fc63209071cf1cb095571a47dc2b133b.tar.gz
Bump the perl version in various places for 5.33.3
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 af8c88fd44..8a4fb9119b 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.33.2
+# mkdir -p /opt/perl-catamount/lib/perl5/5.33.3
# 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.33.2
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.33.3
# 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