~aleteoryx/muditaos

ref: d47d96898be3d8a432023a5a95d4cd4738a5338f muditaos/products/PurePhone/BinaryAssetsVersions.cmake -rw-r--r-- 400 bytes
d47d9689 — Marcin Zieliński [MOS-869] Correct typo in file name 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
# This file sets versions of downloaded binaries for release packaging purposes

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

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