summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-05-06 21:24:52 -0400
committerRicardo Signes <rjbs@cpan.org>2013-05-07 17:49:52 -0400
commit4f9ffe5913849a7e1b1b2efa4cce3e0d0ec3a790 (patch)
tree399b5026b05ded318f7acbb915d1f22ffc441511 /README.vms
parent7c1269c390077d174b46acc7890ba23ad4cb5014 (diff)
downloadperl-4f9ffe5913849a7e1b1b2efa4cce3e0d0ec3a790.tar.gz
Bump version to 5.18.0-RC0
This was done with: ./perl -Ilib Porting/bump-perl-version -i 5.17.12 5.18.0 Followed by two tiny manual edits: INSTALL and patchlevel.h
Diffstat (limited to 'README.vms')
-rw-r--r--README.vms4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.vms b/README.vms
index a334f56aad..d3275cf563 100644
--- a/README.vms
+++ b/README.vms
@@ -142,11 +142,11 @@ You may need to set up a foreign symbol for the unpacking utility of
choice. Once you have done so, use a command like the following to
unpack the archive:
- vmstar -xvf perl-5^.17^.12.tar
+ vmstar -xvf perl-5^.18^.0.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.17^.12]
+ set default [.perl-5^.18^.0]
and proceed with configuration as described in the next section.