mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 11:04:20 +00:00
Merge "fix(build): move comment for VERSION_PATCH" into integration
This commit is contained in:
commit
573b2b496d
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -9,7 +9,8 @@
|
||||||
#
|
#
|
||||||
VERSION_MAJOR := 2
|
VERSION_MAJOR := 2
|
||||||
VERSION_MINOR := 10
|
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}
|
VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}
|
||||||
|
|
||||||
# Default goal is build all images
|
# Default goal is build all images
|
||||||
|
|
Loading…
Add table
Reference in a new issue