Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 519 Bytes

File metadata and controls

13 lines (11 loc) · 519 Bytes
since category signatures returns
2.4.0
API Versioning
dataType description
int
BZAPI version.

The internal API version is used by bzfs so it can safely fail to load plugins that were compiled with older versions of bzfs that had a different API version. This value is only changed during protocol breaks or when something changes in the API such as the signature for an existing function or properties of API objects.

Most plug-ins won't have the need to make use of this information.