diff options
author | Ricardo Signes <rjbs@cpan.org> | 2012-05-01 21:18:37 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-05-10 11:11:40 -0400 |
commit | 5407e0a8eaa47eb0496267be0c13b8cef68baabf (patch) | |
tree | 2321d48f068d5e74fd49b5465d1f971f6458c482 /README.haiku | |
parent | 01b71c89216c9f447494638a5d108e13c45c3863 (diff) | |
download | perl-5407e0a8eaa47eb0496267be0c13b8cef68baabf.tar.gz |
bump version to 5.16.0 RC0
Done with:
./perl -Ilib Porting/bump-perl-version -i 5.15.9 5.16.0
...followed by a small edit to INSTALL and patchlevel.h.
Diffstat (limited to 'README.haiku')
-rw-r--r-- | README.haiku | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.haiku b/README.haiku index 8c24eb89ec..6dd1311ce8 100644 --- a/README.haiku +++ b/README.haiku @@ -22,9 +22,9 @@ The build procedure is completely standard: Make perl executable and create a symlink for libperl: chmod a+x /boot/common/bin/perl - cd /boot/common/lib; ln -s perl5/5.15.9/BePC-haiku/CORE/libperl.so . + cd /boot/common/lib; ln -s perl5/5.16.0/BePC-haiku/CORE/libperl.so . -Replace C<5.15.9> with your respective version of Perl. +Replace C<5.16.0> with your respective version of Perl. =head1 KNOWN PROBLEMS |