From a63030f4fd3fcc531f2e16728ee4d07f345c14c6 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 24 Aug 2016 18:50:39 +0200 Subject: [PATCH] meta-digi-dey: bump distro version to 2.0-r4 Signed-off-by: Javier Viguera --- README.md | 6 +++++- meta-digi-dey/conf/distro/dey.conf | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a49edea04..903fd3653 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Digi Embedded Yocto (DEY) 2.0 -## Release 2.0-r3 +## Release 2.0-r4 This document provides information about Digi Embedded Yocto, Digi International's professional embedded Yocto development environment. @@ -59,6 +59,10 @@ Documentation is available online on the Digi documentation site: # Release Changelog +## 2.0-r4 + +* TBC + ## 2.0-r3 * Support for the new Digi ConnectCore 6UL System-On-Module and Starter Kit diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 83b9a1377..a0ea01dd9 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 = "2.0-r3" +DISTRO_VERSION = "2.0-r4" DISTRO_CODENAME = "jethro" SDK_VENDOR = "-deysdk" SDK_VERSION := "${@'${DISTRO_VERSION}'}"