Gdict Version Checking
#define GDICT_MAJOR_VERSION #define GDICT_MINOR_VERSION #define GDICT_MICRO_VERSION #define GDICT_CHECK_VERSION (major,minor,micro)
#define GDICT_MAJOR_VERSION (0)
#define GDICT_MINOR_VERSION (10)
#define GDICT_MICRO_VERSION (10)
#define GDICT_CHECK_VERSION(major,minor,micro)
major
minor
micro