~aleteoryx/muditaos

0b46a9286a8e863293170c7e04b039d0f06a7679 — Lefucjusz 3 years ago 5fc2f02
[MOS-646] Bump updater version for Pure

Changed version of updater in downloaded
assets, version 1.5.4 has improved
logging functionality.
1 files changed, 1 insertions(+), 1 deletions(-)

M products/PurePhone/BinaryAssetsVersions.cmake
M products/PurePhone/BinaryAssetsVersions.cmake => products/PurePhone/BinaryAssetsVersions.cmake +1 -1
@@ 5,5 5,5 @@ if( NOT DEFINED ECOBOOT_BIN_VERSION)
endif()

if (NOT DEFINED UPDATER_BIN_VERSION)
    set(UPDATER_BIN_VERSION 1.5.2 CACHE STRING "updater binary version to download from updater release page")
    set(UPDATER_BIN_VERSION 1.5.4 CACHE STRING "updater binary version to download from updater release page")
endif()