summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-02-20 16:32:01 +1100
committerTony Cook <tony@develop-help.com>2014-02-20 16:32:01 +1100
commit97d03b5788ee6f8a1fcf924ccabe0de7894b5df6 (patch)
tree83406c28174f70163d95a407fb3e6515acf253b9 /README.vms
parent10819dab2a129e5d412f8beca07d50456ed1c306 (diff)
downloadperl-97d03b5788ee6f8a1fcf924ccabe0de7894b5df6.tar.gz
bump to version 5.19.10 and fix the version number reference in op.c
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 a2051b5ab9..47cf237479 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^.19^.9.tar
+ vmstar -xvf perl-5^.19^.10.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.19^.9]
+ set default [.perl-5^.19^.10]
and proceed with configuration as described in the next section.