Function Macro

TalkatuVERSION_CHECK

since: 0.0

Declaration [src]

#define TALKATU_VERSION_CHECK (
  major,
  minor,
  micro
)

Description [src]

A simple macro that will return true if the version of Talkatu that’s being compiled against is newer than the provided version.

Available since: 0.0

This function is not directly available to language bindings.

Parameters

major

Type: -

The major version to check which must match.

minor

Type: -

The minimum minor version to check.

micro

Type: -

The minimum micro version to check.