michael@0: #define VERSION_MAJOR 1 michael@0: #define VERSION_MINOR 3 michael@0: #define VERSION_PATCH 0 michael@0: #define VERSION_EXTRA "" michael@0: #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) michael@0: #define VERSION_STRING_NOSP "v1.3.0" michael@0: #define VERSION_STRING " v1.3.0"