Sets the version from major and minor version numbers.
major
minor
void setDetail(int major, int minor) { value = (major << 4) + minor; }