Index: firmware/App/FPCommon.h =================================================================== diff -u -r83a68611b4a06c1681b29f3796fb57073e18a3d5 -r05670e83ad05a2dc5c309511277dd1332908848e --- firmware/App/FPCommon.h (.../FPCommon.h) (revision 83a68611b4a06c1681b29f3796fb57073e18a3d5) +++ firmware/App/FPCommon.h (.../FPCommon.h) (revision 05670e83ad05a2dc5c309511277dd1332908848e) @@ -1,3 +1,19 @@ +/************************************************************************** +* +* Copyright (c) 2025-2026 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 FPCommon.h +* +* @author (last) Michael Garthwaite +* @date (last) 22-Jul-2025 +* +* @author (original) Michael Garthwaite +* @date (original) 18-Jun-2025 +* +***************************************************************************/ #ifndef __FP_COMMON_H__ #define __FP_COMMON_H__ @@ -9,7 +25,7 @@ #define FP_VERSION_MAJOR 0 #define FP_VERSION_MINOR 0 #define FP_VERSION_MICRO 0 -#define FP_VERSION_BUILD 7 +#define FP_VERSION_BUILD 12 // ********** development build switches **********