From fc0be97511300403ec08b6af5e8421da0170ee03 Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Thu, 16 Jul 2020 17:45:15 +0200 Subject: [PATCH] meta-digi-dey: bump distro version to 3.0-r2 Signed-off-by: Mike Engel --- README.md | 2 +- meta-digi-dey/conf/distro/dey.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa5bd0acc..b0c8d6bc5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Digi Embedded Yocto (DEY) 3.0 -## Release 3.0-r1 +## Release 3.0-r2 This document provides information about Digi Embedded Yocto, Digi International's professional embedded Yocto development environment. diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 5ae2ffcf7..d46f9a346 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -1,6 +1,6 @@ DISTRO = "dey" DISTRO_NAME = "Digi Embedded Yocto" -DISTRO_VERSION = "3.0-r1" +DISTRO_VERSION = "3.0-r2" DISTRO_CODENAME = "zeus" SDK_VENDOR = "-deysdk" SDK_VERSION := "${@d.getVar('DISTRO_VERSION')}"