Lines Matching full:version
4 # version.cmake
9 # ``*VERSION*`` and other constants set by
10 # maintainers in ``${ZEPHYR_BASE}/VERSION``
25 # Most outputs are converted to C macros, see ``version.h.in``
30 # Note: version.cmake is loaded multiple times by ZephyrConfigVersion.cmake to
31 # determine this Zephyr package version and thus the correct Zephyr CMake
33 # Therefore `version.cmake` should not use include_guard(GLOBAL).
34 # The final load of `version.cmake` will setup correct build version values.
39 set(VERSION_FILE ${ZEPHYR_BASE}/VERSION ${APPLICATION_SOURCE_DIR}/VERSION)
78 to_hex(${${type}VERSION_INT} ${type}VERSION)
113 … message(STATUS "Zephyr version: ${PROJECT_VERSION_STR} (${ZEPHYR_BASE})${BUILD_VERSION_STR}")