diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-08-23 18:44:48 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-08-23 20:56:42 +0000 |
commit | ce1e486b05a7aa3e814495b1a56691ea326ecaba (patch) | |
tree | 0924af38bd49854e0803061543f6092bf06cc883 | |
parent | 92fb641075027ef26131bb2c39159ee949745e64 (diff) |
Prepare Magic Marlin 13.0.3 releasemarlin_13.0.3marlin/13.0.313.0.3marlin
Update the distro manifest.
This is the last point release for marlin.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I5bc4e566bbbf5bba57542ccfd3f0342097d719b1
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27947
Tested-by: Jenkins Job builder account
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 7840c9f49..033c70e0e 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -8,7 +8,7 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "marlin" AGL_BRANCH = "marlin" -AGLVERSION = "13.0.2" +AGLVERSION = "13.0.3" # switch devel/release AGLRELEASETYPE ?= "agldevelopment" AGLRELEASETYPE := "aglrelease" |