# Functions
MakeQuad constructs a version quad from a semantic version and the number of additional commits.
# Variables
ErrReleaseNumberIsTooLarge is produced by MakeVersionQuad when numeric suffix is out of range.
ErrUnsupportedPR is produced by MakeVersionQuad for unsupported pre-release suffixes.
ErrVersionNumberIsTooLarge is produced by MakeVersionQuad when one of the numbers is out of range.