Skip to content

Commit

Permalink
cmake: version.cmake: cleanup docs
Browse files Browse the repository at this point in the history
Cleanup the documentation to fix indentation and remove leading zeros.

Signed-off-by: Jordan Yates <jordan@embeint.com>
  • Loading branch information
JordanYates authored and nashif committed Jun 24, 2024
1 parent 20348d6 commit e82e358
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmake/modules/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
#
# Outputs with examples::
#
# PROJECT_VERSION 1.14.99.07
# PROJECT_VERSION 1.14.99.7
# KERNEL_VERSION_STRING "1.14.99-extraver"
# KERNEL_VERSION_EXTENDED_STRING "1.14.99-extraver+7"
# KERNEL_VERSION_TWEAK_STRING "1.14.99+7"
#
# KERNEL_VERSION_MAJOR 1
# KERNEL_VERSION_MINOR 14
# KERNEL_PATCHLEVEL 99
# KERNEL_VERSION_TWEAK 07
# KERNEL_VERSION_MAJOR 1
# KERNEL_VERSION_MINOR 14
# KERNEL_PATCHLEVEL 99
# KERNEL_VERSION_TWEAK 7
# KERNELVERSION 0x10E6307
# KERNEL_VERSION_NUMBER 0x10E63
# ZEPHYR_VERSION_CODE 69219
# ZEPHYR_VERSION_CODE 69219
#
# Most outputs are converted to C macros, see ``version.h.in``
#
Expand Down

0 comments on commit e82e358

Please sign in to comment.