Index: firmware/App/HDCommon.h =================================================================== diff -u -r933a18d740285e70be9d00696ed0f5a5381bc8e4 -rb4e7c3c66972779ce787e7fb20f0d9c180daebeb --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 933a18d740285e70be9d00696ed0f5a5381bc8e4) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision b4e7c3c66972779ce787e7fb20f0d9c180daebeb) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file HDCommon.h * * @author (last) Sean Nash -* @date (last) 14-Oct-2020 +* @date (last) 01-Dec-2020 * * @author (original) Sean * @date (original) 27-Feb-2020 @@ -23,9 +23,9 @@ // ********** version ********** #define HD_VERSION_MAJOR 0 -#define HD_VERSION_MINOR 4 -#define HD_VERSION_MICRO 5 -#define HD_VERSION_BUILD 11 +#define HD_VERSION_MINOR 6 +#define HD_VERSION_MICRO 0 +#define HD_VERSION_BUILD 1 // ********** development build switches **********