chickadee » versions » make-version

make-version MAJOR MINOR #!key (label #f) (micro #f) (patch #f) (extra #f)procedure

Creates a new version record with the given components. MAJOR, MINOR, and MICRO (if given) must be exact non-negative integers. LABEL and EXTRA, if given, must be non-null strings. PATCH (if given) must be either a non-negative exact integer or a list/vector composed of non-negative exact integers.