semantic-require-version
semantic-require-version is a compiled Lisp function in `semantic.el
'.
(semantic-require-version MAJOR MINOR &optional BETA)
Non-nil if this version of Semantic does not satisfy a specific version.
Arguments can be:
(MAJOR MINOR &optional BETA)
Values MAJOR and MINOR must be integers. BETA can be an integer, or
excluded if a released version is required.
It is assumed that if the current version is newer than that specified,
everything passes. Exceptions occur when known incompatibilities are
introduced.