From 84f2e448c6353a3987c032d48447a390db120535 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 27 Jul 2017 17:01:01 +0200 Subject: Bump DISTRO_VERSION to 4.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaffbe3d1c2b3e26549c44a03221b92c0e82be1b5 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10427 --- meta-agl-distro/conf/distro/poky-agl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 362d1964c..6dc759989 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -3,9 +3,9 @@ require conf/distro/poky.conf # AGL specific derivations DISTRO = "poky-agl" DISTRO_NAME = "Automotive Grade Linux" -DISTRO_VERSION = "3.99.3" +DISTRO_VERSION = "4.0.0" DISTRO_CODENAME = "dab" -DISTRO_BRANCH_VERSION_TAG = "dab/3.99.3" +DISTRO_BRANCH_VERSION_TAG = "dab/4.0.0" SDK_VENDOR = "-aglsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" -- cgit 1.2.3-korg