39#include "cppzmqzoltanext/version_config.h"
44 return CZZE_VERSION_MAJOR;
48 return CZZE_VERSION_MINOR;
52 return CZZE_VERSION_PATCH;
56 return CZZE_VERSION_STRING;
Library version accessors.
CZZE_EXPORT int version_major() noexcept
Get the major version component.
CZZE_EXPORT int version_patch() noexcept
Get the patch version component.
CZZE_EXPORT const char * version_string() noexcept
Get full version string.
CZZE_EXPORT int version_minor() noexcept
Get the minor version component.