Index: Compatible.h =================================================================== diff -u -rcb2ce14cb87ae5ba75ffa763890e20f0b912a99b -rd233b453d9b0e2a0f8e988500b622c12240c1ab9 --- Compatible.h (.../Compatible.h) (revision cb2ce14cb87ae5ba75ffa763890e20f0b912a99b) +++ Compatible.h (.../Compatible.h) (revision d233b453d9b0e2a0f8e988500b622c12240c1ab9) @@ -14,21 +14,30 @@ * @date (original) 06-May-2021 * ***************************************************************************/ - -#ifndef __COMPATIBLE_H__ -#define __COMPATIBLE_H__ - -// ********** public definitions ********** - -/** - * @addtogroup Compatibility - * @{ - */ - + +#ifndef __COMPATIBLE_H__ +#define __COMPATIBLE_H__ + +// ********** public definitions ********** + +/** + * @addtogroup Compatibility + * @{ + */ + #define SW_COMPATIBILITY_REV 7 ///< 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. -/**@}*/ - -#endif +// UI version +#define UI_VERSION_MAJAR 0 ///< UI version majar. +#define UI_VERSION_MINOR 6 ///< UI version minor. +// UI_VERSION_MICRO 1 ///< UI version micro. // Moved from Qt 5.12.5 to 5.15.10 +// UI_VERSION_MICRO 2 ///< UI version micro. // The Cybersecurity additions and Encrypted partition for configurations +#define UI_VERSION_MICRO 3 ///< UI version micro. // The Encrypted partition generation algorithm changed, and any old configuration cannot be decrypted. +// UI_VERSION_BUILD ///< UI version build number will be generated by bambu and UI reads it from environment variable on Bamboo server. +// UI_VERSION_COMPATIBILITY ///< UI reads this value from SW_COMPATIBILITY_REV in this file. + +/**@}*/ + +#endif