summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-06-19 21:01:44 -0500
committerJesse Luehrs <doy@tozt.net>2012-06-19 21:11:21 -0500
commit4683a5d7cdb32ed2af60a28a12123d5c199e7bbf (patch)
treeae6fac2bdbf28dc84a7afab5a3e1f72b75e40bea /hints
parent5302eb956426919b510855d0023d63e3523015da (diff)
downloadperl-4683a5d7cdb32ed2af60a28a12123d5c199e7bbf.tar.gz
bump version to 5.17.1
Diffstat (limited to 'hints')
-rw-r--r--hints/catamount.sh4
-rw-r--r--hints/hpux.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh
index eeb2a5efa3..7782cb2ca1 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.17.0
+# mkdir -p /opt/perl-catamount/lib/perl5/5.17.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.17.0
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.17.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
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 143284f2c7..1d9ebb8c5f 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -439,7 +439,7 @@ case "$ccisgcc" in
B3910B*A.06.15)
# > cc --version
# cc: HP C/aC++ B3910B A.06.15 [May 16 2007]
- # Has optimizing problems with +O2 for blead (5.17.0),
+ # Has optimizing problems with +O2 for blead (5.17.1),
# see https://rt.perl.org:443/rt3/Ticket/Display.html?id=103668.
#
# +O2 +Onolimit +Onoprocelim +Ostore_ordering \