Index: Compatible.h =================================================================== diff -u -r2d84a0d6d278afbcc56772a4703c73b40526d677 -r4eb89c3ddc47b9fa812e0dd9a8361dd73a5286fc --- Compatible.h (.../Compatible.h) (revision 2d84a0d6d278afbcc56772a4703c73b40526d677) +++ Compatible.h (.../Compatible.h) (revision 4eb89c3ddc47b9fa812e0dd9a8361dd73a5286fc) @@ -8,7 +8,7 @@ * @file Compatible.h * * @author (last) Dara Navaei -* @date (last) 23-May-2025 +* @date (last) 11-Nov-2025 * * @author (original) Sean Nash * @date (original) 06-May-2021 @@ -25,9 +25,9 @@ * @{ */ -#define SW_COMPATIBILITY_REV 18 ///< Compatibility revision for all system software stacks (HD and DG and UI). +#define SW_COMPATIBILITY_REV 19 ///< Compatibility revision for all system software stacks (HD and DG and UI). #define HD_FPGA_COMPATIBILITY_REV 1 ///< Compatibility revision for HD firmware with HD FPGA. -#define DG_FPGA_COMPATIBILITY_REV 2 ///< Compatibility revision for DG firmware with DG FPGA. +#define DG_FPGA_COMPATIBILITY_REV 3 ///< Compatibility revision for DG firmware with DG FPGA. /**@}*/