bz_APIVersion()
Available since 2.4.0
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.
Usage
int bz_APIVersion()
Returns
int - BZAPI version.
Other API Versioning Functions
This content is maintained on GitHub. We welcome any feedback and improvements!