Index: Compatible.h =================================================================== diff -u -rd233b453d9b0e2a0f8e988500b622c12240c1ab9 -r62d52887ebe2c95a47007e7cff4e5bc79c2109a6 --- Compatible.h (.../Compatible.h) (revision d233b453d9b0e2a0f8e988500b622c12240c1ab9) +++ Compatible.h (.../Compatible.h) (revision 62d52887ebe2c95a47007e7cff4e5bc79c2109a6) @@ -32,9 +32,9 @@ // 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_MICRO 2 ///< UI version micro. // The Cybersecurity additions and Encrypted partition for configurations +// UI_VERSION_MICRO 1 ///< UI version micro. // Moved from Qt 5.12.5 to 5.15.10 // 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.