#define CPL_VERSION_CODE 262401 #define CPL_VERSION(major, minor, micro) \ (((major) * 65536) + ((minor) * 256) + (micro))