summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2021-05-22 23:32:36 +0200
committerMax Maischein <corion@corion.net>2021-05-23 01:00:19 +0200
commitc0a42e20387e41e3cf254c50d27e21f1291ef970 (patch)
treefce4b4b799f82da2c5ff4385aa56d4f7b3771a16 /hints
parent47ee1e48dc130466ab32a88f492de8316d8368b3 (diff)
downloadperl-c0a42e20387e41e3cf254c50d27e21f1291ef970.tar.gz
Bump the perl version in various places for 5.35.1
Ideally, this would've been done earlier in the process of developing 5.35, but here we are
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 b51ba3a379..159870cbfb 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.35.0
+# mkdir -p /opt/perl-catamount/lib/perl5/5.35.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.35.0
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.35.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