#include <nitro/version.h>
#define SDK_VERSION_NUMBER(major, minor, relstep) (((major) << 24) | ((minor) << 16) | ((relstep) << 0))
This macro converts the SDK version information into a numeric value. This macro allows version numbers to be compared.
2005/11/14 Initial version.
CONFIDENTIAL