summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorPeter Martini <PeterCMartini@GMail.com>2014-08-21 02:32:55 -0400
committerPeter Martini <PeterCMartini@GMail.com>2014-08-21 07:24:46 -0400
commitbab3f9d4f294cd1e05d26277b8ddbf8e8eb99e24 (patch)
treedf91896e5737e8a9db41aee7bdbfd1aaaf79052e /README.vms
parent39c4a6cffea9850b73821f0162a8caaafbe90804 (diff)
downloadperl-bab3f9d4f294cd1e05d26277b8ddbf8e8eb99e24.tar.gz
Bump version number from 5.21.3 to 5.21.4
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 99a5649556..894d02c939 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^.21^.3.tar
+ vmstar -xvf perl-5^.21^.4.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.21^.3]
+ set default [.perl-5^.21^.4]
and proceed with configuration as described in the next section.