Variable: semantic-tag-incompatible-version

semantic-tag-incompatible-version is a variable defined in tag.el.gz.

Value

"1.0"

Documentation

Version string of semantic tags which are not currently compatible.

These old style tags may be loaded from a file with semantic db. In this case, we must flush the old tags and start over.

Aliases

semantic-token-incompatible-version (obsolete since 28.1)

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
(defconst semantic-tag-incompatible-version "1.0"
  "Version string of semantic tags which are not currently compatible.
These old style tags may be loaded from a file with semantic db.
In this case, we must flush the old tags and start over.")