Index: firmware/App/HDCommon.h =================================================================== diff -u -rade19b8aa4c3b60cdda4028871ef009b01368948 -r0e6d07e4158ed30067f87aa3e9a2bdb024bd7211 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision ade19b8aa4c3b60cdda4028871ef009b01368948) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 0e6d07e4158ed30067f87aa3e9a2bdb024bd7211) @@ -21,12 +21,12 @@ // ********** version ********** -#define HD_VERSION_MAJOR 0 -#define HD_VERSION_MINOR 3 -#define HD_VERSION_BUILD 0 +#define HD_VERSION_MAJOR 0 +#define HD_VERSION_MINOR 3 +#define HD_VERSION_BUILD 5 // ********** build switches ********** - +#ifndef _RELEASE_ #ifndef _VECTORCAST_ // #define RM46_EVAL_BOARD_TARGET 1 // #define BREADBOARD_TARGET 1 @@ -41,6 +41,7 @@ #include #endif #endif +#endif #define UF_TEST_ENABLED 1 #include "Common.h"