Index: firmware/App/FPCommon.h =================================================================== diff -u -rc76b4f0f821e44144b1a169684b46c596bb9173a -r05670e83ad05a2dc5c309511277dd1332908848e --- firmware/App/FPCommon.h (.../FPCommon.h) (revision c76b4f0f821e44144b1a169684b46c596bb9173a) +++ 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 5 +#define FP_VERSION_BUILD 12 // ********** development build switches **********