commit | d29b992b009a2d1139a7ebb7c151a4c0bc52dae1 | [log] [tgz] |
---|---|---|
author | Release CI <ci@trustedfirmware.org> | Mon Mar 18 09:21:32 2024 +0000 |
committer | Release CI <ci@trustedfirmware.org> | Mon Mar 18 09:21:32 2024 +0000 |
tree | 3f78c587845ea65b7905596d3af96936f493da6e | |
parent | 8fe191ae19ce8acc4a7aa6e94527f46e2194d98b [diff] [blame] |
docs(changelog): changelog for lts-v2.10.5 release Change-Id: If03c26d43da69fe6c446baa499f2884cb2986362
diff --git a/Makefile b/Makefile index e122486..700a561 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 := 4 +VERSION_PATCH := 5 VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} # Default goal is build all images