packages/vms: update VMS build files

VMS modified files either missing from a previous commit and changes
to remove references to CVS repositories.
This commit is contained in:
John Malmberg
2013-08-08 13:11:29 +02:00
committed by Yang Tse
parent 058b86e6f3
commit 27f8c93daf
8 changed files with 307 additions and 67 deletions

View File

@@ -136,7 +136,7 @@ $! We encode the snapshot date into the version as an ECO since a daily
$! can never have an ECO.
$!
$! version_type = 'V' for a production release, and 'D' for a build from a
$! daiy CVS snapshot.
$! daiy snapshot of the curl source.
$ majorver = f$element(0, ".", raw_version)
$ minorver = f$element(1, ".", raw_version)
$ raw_update = f$element(2, ".", raw_version)