summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-02-28 20:52:49 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-02-28 20:52:49 +0000
commitbf338c49a1ec67aa50f070802a6685957eb63d6d (patch)
treeee4b3ee592ed25a5554647a55e6248813ca2780e /README.vms
parentae21e82ace1eec950851fe054cba61a4e4d57623 (diff)
downloadperl-bf338c49a1ec67aa50f070802a6685957eb63d6d.tar.gz
Bump version to 5.26.2, ahead of its impending release
(includes regen/opcode.pl)
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 8ea68f7c8c..42cac25428 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^.26^.1.tar
+ vmstar -xvf perl-5^.26^.2.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.26^.1]
+ set default [.perl-5^.26^.2]
and proceed with configuration as described in the next section.