Struct LibCZIVersionInfoInterop

Struct LibCZIVersionInfoInterop#

Struct Documentation#

struct LibCZIVersionInfoInterop#

This struct contains the version information of the libCZIApi-library. For versioning libCZI, SemVer2 (https://semver.org/) is used. Note that the value of the tweak version number does not have a meaning (as far as SemVer2 is concerned).

Public Members

int32_t major#

The major version number.

int32_t minor#

The minor version number.

int32_t patch#

The patch version number.

int32_t tweak#

The tweak version number.