summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-04-20 17:37:26 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-04-20 17:37:26 +0100
commit6f25e1962a987d826c8b681523e93873aead085f (patch)
treedd1f9f71a09314248f24bc537316e34a80dd4400 /hints
parent7ef8b31d86b95dbbc3871d6fd7701de095114f6e (diff)
downloadperl-6f25e1962a987d826c8b681523e93873aead085f.tar.gz
Bump version for 5.19.12 (not that it's expected to exist...)
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 d56a74282d..bb019e7a1e 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.19.11
+# mkdir -p /opt/perl-catamount/lib/perl5/5.19.12
# 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.19.11
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.19.12
# 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