omniClientGetVersionString

Defined in OmniClient.h

char const *omniClientGetVersionString()

Returns a human-readable version string.

The format is not guaranteed to remain consistent from one version to another, so please don’t try to parse it. Instead, use OMNICLIENT_VERSION_MAJOR OMNICLIENT_VERSION_MINOR and OMNICLIENT_VERSION_PATCH if you are trying to conditionally perform an operation depending on which version of the library is being used.