~aleteoryx/muditaos

ref: e255d56da27e21a2d828c8a575848b7c26ebeb42 muditaos/products/BellHybrid/BinaryAssetsVersions.cmake -rw-r--r-- 401 bytes
e255d56d — Maciej Janicki [BH-1238] Update bootloader version 4 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.0.19 CACHE STRING "bootloader binary version to download from bootloader release page")
endif()

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