summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2020-12-18 13:52:35 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-12-18 13:52:35 +0000
commit88f160d5b4487303cdb8bb64872404de2b8d820e (patch)
tree27777a5cfc245e7868fbd5c86444d4a739087083 /hints
parentff2a1213b74212d08486bb0a0637a30dbf2905cf (diff)
downloadperl-88f160d5b4487303cdb8bb64872404de2b8d820e.tar.gz
Bump version to 5.32.1, ahead of its impending release
(includes regen/opcode.pl)
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 be3f8f6fcc..fd9538fdf2 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.32.0
+# mkdir -p /opt/perl-catamount/lib/perl5/5.32.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.32.0
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.32.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