commit | 408ba4ddfe9a8d55e3e2488bea89c39adef07981 | [log] [tgz] |
---|---|---|
author | Release CI <ci@trustedfirmware.org> | Mon Jan 27 15:07:08 2025 +0000 |
committer | Release CI <ci@trustedfirmware.org> | Mon Jan 27 15:07:08 2025 +0000 |
tree | 5949dfdce231b74069ff5df6c9147519c0fea567 | |
parent | 7bdf51628eab0a5b647fea3c1ee682bef4eb9fd5 [diff] [blame] |
docs(changelog): changelog for lts-v2.10.12 release Change-Id: I0a3044f82666a879f731bbc536819c97fa5532c0 Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile index f12a55f..1c9d4d9 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 := 11 +VERSION_PATCH := 12 VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} # Default goal is build all images