1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* version.h - This sets the version number of the firmware History: * (0.1) Created intial library by Adrian Bowyer. License: GPL v2.0 */ #ifndef VERSION_H #define VERSION_H #define VERSION_MAJOR 1 #define VERSION_MINOR 4 #endif