~aleteoryx/muditaos

48940025ac146be098c68d40de24136eec6cb72a — Bartosz 3 years ago b1fe597
[MOS-000] Update binary versions

Bumped up versions of binaries
1 files changed, 2 insertions(+), 2 deletions(-)

M products/PurePhone/BinaryAssetsVersions.cmake
M products/PurePhone/BinaryAssetsVersions.cmake => products/PurePhone/BinaryAssetsVersions.cmake +2 -2
@@ 1,9 1,9 @@
# This file sets versions of downloaded binaries for release packaging purposes

if( NOT DEFINED ECOBOOT_BIN_VERSION)
    set(ECOBOOT_BIN_VERSION 2.0.1 CACHE STRING "bootloader binary version to download from bootloader release page")
    set(ECOBOOT_BIN_VERSION 2.0.3 CACHE STRING "bootloader binary version to download from bootloader release page")
endif()

if (NOT DEFINED RECOVERY_BIN_VERSION)
    set(RECOVERY_BIN_VERSION 1.0.1 CACHE STRING "recovery binary version to download from recovery release page")
    set(RECOVERY_BIN_VERSION 1.0.2 CACHE STRING "recovery binary version to download from recovery release page")
endif()