5.1 Version

Serd uses a single semantic version number which reflects changes to the C library ABI.

SERD_MAJOR_VERSION

The major version number of the serd library.

Semver: Increments when incompatible API changes are made.

SERD_MINOR_VERSION

The minor version number of the serd library.

Semver: Increments when functionality is added in a backwards compatible manner.

SERD_MICRO_VERSION

The micro version number of the serd library.

Semver: Increments when changes are made that do not affect the API, such as performance improvements or bug fixes.