mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-12 03:48:35 +00:00
Right now when building a release candidate in master cmake reports the version wrongly as the final version, for example: -- Zephyr version: 2.2.0 This is misleading and confusing. Cmake does not like the rcX suffix and internally we indeed use 2.2.0 as the version. This patch just changes the output of the status message and adds the extra version field: -- Zephyr version: 2.2.0-rc1 and continues to use the cmake compatible version internally. Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
app | ||
backports | ||
bintools | ||
compiler | ||
emu | ||
flash | ||
ide | ||
linker/ld | ||
makefile_exports | ||
reports | ||
toolchain | ||
usage | ||
util | ||
boards.cmake | ||
ccache.cmake | ||
cfb.cmake | ||
dts.cmake | ||
extensions.cmake | ||
extra_flags.cmake | ||
gcc-m-cpu.cmake | ||
generic_toolchain.cmake | ||
git.cmake | ||
hex.cmake | ||
host-tools.cmake | ||
kconfig.cmake | ||
kobj.cmake | ||
pristine.cmake | ||
python.cmake | ||
target_toolchain.cmake | ||
version.cmake | ||
zephyr_module.cmake |