Index: firmware/App/HDCommon.h =================================================================== diff -u -r5bec978fa9cce89bbf8c559f0844b7528a10c0d1 -rb948375777d4eb9c766befdcfde1e717a37977a8 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 5bec978fa9cce89bbf8c559f0844b7528a10c0d1) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision b948375777d4eb9c766befdcfde1e717a37977a8) @@ -19,6 +19,12 @@ #include "hal_stdtypes.h" +// ********** version ********** + +#define HD_VERSION_MAJOR 0 +#define HD_VERSION_MINOR 3 +#define HD_VERSION_BUILD 0 + // ********** build switches ********** #ifndef _VECTORCAST_ @@ -31,6 +37,7 @@ //#define SHOW_LOAD_CELL_IN_ROTOR_RPM 1 //#define SHOW_RAW_FLOW_VALUES 1*/ + #ifdef DEBUG_ENABLED #include #include