diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-05-06 21:24:52 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-05-07 17:49:52 -0400 |
commit | 4f9ffe5913849a7e1b1b2efa4cce3e0d0ec3a790 (patch) | |
tree | 399b5026b05ded318f7acbb915d1f22ffc441511 /README.vms | |
parent | 7c1269c390077d174b46acc7890ba23ad4cb5014 (diff) | |
download | perl-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.vms | 4 |
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. |