Index: firmware/App/DDCommon.h =================================================================== diff -u -r8b2c714710d2d533c876614ab3d0a59df10a9ee9 -r27e8758fa6199e72b914e1199786a4396ce74d06 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 8b2c714710d2d533c876614ab3d0a59df10a9ee9) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 27e8758fa6199e72b914e1199786a4396ce74d06) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2025 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 DDCommon.h * * @author (last) Vinayakam Mani -* @date (last) 06-Aug-2024 +* @date (last) 14-Nov-2025 * * @author (original) Vinayakam Mani -* @date (original) 06-Aug-2024 +* @date (original) 07-Aug-2024 * ***************************************************************************/ @@ -22,10 +22,10 @@ // ********** version ********** -#define DD_VERSION_MAJOR 0 -#define DD_VERSION_MINOR 0 -#define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 19 +#define DD_VERSION_MAJOR 0 +#define DD_VERSION_MINOR 0 +#define DD_VERSION_MICRO 0 +#define DD_VERSION_BUILD 24 // ********** development build switches **********