Spec:
The sequence of version numbers is the sequence of positive, base-ten integers: 1, 2, 3, etc., and the version directory name is constructed by adding the prefix v.
Validation codes:
E009: ‘The version number sequence MUST start at 1 and must be continuous without missing integers.’
E010: ‘The version number sequence must start at 1 and MUST be continuous without missing integers.’
E011: ‘If zero-padded version directory numbers are used then they must start with the prefix v and then a zero.’
There is no code requiring non-zero-padded version numbers to begin with v. I assume this is because the spec is missing a MUST in the quoted sentence.
Spec:
Validation codes:
E009: ‘The version number sequence MUST start at 1 and must be continuous without missing integers.’E010: ‘The version number sequence must start at 1 and MUST be continuous without missing integers.’E011: ‘If zero-padded version directory numbers are used then they must start with the prefix v and then a zero.’There is no code requiring non-zero-padded version numbers to begin with
v. I assume this is because the spec is missing a MUST in the quoted sentence.