5 #define GEAR_MAJOR_VERSION 1
6 #define GEAR_MINOR_VERSION 9
7 #define GEAR_PATCH_LEVEL 0
10 #define GEAR_VERSION_GE( MAJV , MINV ) ( (GEAR_MAJOR_VERSION > MAJV) || ( (GEAR_MAJOR_VERSION == MAJV) && (GEAR_MINOR_VERSION >= MINV) ) )
14 #endif // GearConfig_h