00001 // Hoard version X.Y.0 = X0Y00 00002 00003 #define HOARD_MAJOR 3 00004 #define HOARD_MINOR 8 00005 #define HOARD_PATCH 0 00006 00007 #define HOARD_VERSION_STRING "3.8.0" 00008 #define HOARD_VERSION_NUMBER (HOARD_MAJOR * 10000 + HOARD_MINOR * 100 + HOARD_PATCH)