Merge "fix(build): move comment for VERSION_PATCH" into integration

This commit is contained in:
Manish V Badarkhe 2024-02-09 15:56:46 +01:00 committed by TrustedFirmware Code Review
commit 573b2b496d

View file

@ -9,7 +9,8 @@
#
VERSION_MAJOR := 2
VERSION_MINOR := 10
VERSION_PATCH := 0 # Only used for LTS releases
# VERSION_PATCH is only used for LTS releases
VERSION_PATCH := 0
VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}
# Default goal is build all images