commit | c1e8068b4bfaaff9ea722c26e0e1875687e90d3d | [log] [tgz] |
---|---|---|
author | Release CI <ci@trustedfirmware.org> | Fri Apr 18 16:12:01 2025 +0000 |
committer | Release CI <ci@trustedfirmware.org> | Fri Apr 18 16:12:01 2025 +0000 |
tree | 34b8f668fd1b26f9708b6bec760cc2ba711f55b4 | |
parent | 68c4e86a7be9e29718b9a27f2c0b501b0ea3a943 [diff] [blame] |
docs(changelog): changelog for lts-v2.10.15 release Change-Id: I389e594db6ea28cde73f1d808aa21b215b5ca541 Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile index ff93d9d..fa68215 100644 --- a/Makefile +++ b/Makefile
@@ -10,7 +10,7 @@ VERSION_MAJOR := 2 VERSION_MINOR := 10 # VERSION_PATCH is only used for LTS releases -VERSION_PATCH := 14 +VERSION_PATCH := 15 VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} # Default goal is build all images