commit | fa3699f11d7b4f855191e0c36b15d7278c97c20f | [log] [tgz] |
---|---|---|
author | Release CI <ci@trustedfirmware.org> | Fri Apr 25 16:38:59 2025 +0000 |
committer | Release CI <ci@trustedfirmware.org> | Fri Apr 25 16:38:59 2025 +0000 |
tree | 8eedc7a6762768d00c564f6f3a937f7190763307 | |
parent | cb24ea241979bad9c2915d96274a8f397be8bb16 [diff] [blame] |
docs(changelog): changelog for lts-v2.12.2 release Change-Id: I57ffc9670a87240ba22109971cbdb04700ca0bd4 Signed-off-by: Release CI <ci@trustedfirmware.org>
diff --git a/Makefile b/Makefile index ea380ee..81ac24e 100644 --- a/Makefile +++ b/Makefile
@@ -10,7 +10,7 @@ VERSION_MAJOR := 2 VERSION_MINOR := 12 # VERSION_PATCH is only used for LTS releases -VERSION_PATCH := 1 +VERSION_PATCH := 2 VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} # Default goal is build all images