summaryrefslogtreecommitdiff
path: root/README.vms
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2020-12-20 15:32:28 +0100
committerMax Maischein <corion@corion.net>2020-12-20 16:10:50 +0100
commit374df6dff259e3036b330623c0e424656a7ca60a (patch)
treefd2ef93a919cae47e91048cd2c8ba7b2d1e27924 /README.vms
parent6aeb63c3044d526a89b34cc5053aada4eacaecd5 (diff)
downloadperl-374df6dff259e3036b330623c0e424656a7ca60a.tar.gz
Bump version to 5.33.6
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 79191c274e..372c74bd32 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^.33^.5.tar
+ vmstar -xvf perl-5^.33^.6.tar
Then set default to the top-level source directory like so:
- set default [.perl-5^.33^.5]
+ set default [.perl-5^.33^.6]
and proceed with configuration as described in the next section.