From 166ed96648e982c164f333ae18c4f88732323ba0 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 11 Jul 2017 10:24:49 +0200 Subject: [PATCH] meta-digi-dey: bump distro version to 2.2-r3 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 e2506de35..1df6888d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Digi Embedded Yocto (DEY) 2.2 -## Release 2.2-r2 +## Release 2.2-r3 This document provides information about Digi Embedded Yocto, Digi International's professional embedded Yocto development environment. @@ -62,6 +62,10 @@ Documentation is available online on the Digi documentation site: # Release Changelog +## 2.2-r3 + +* TBC + ## 2.2-r2 * Digi Embedded Yocto diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 2c5c10fe4..1a08724eb 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.2-r2" +DISTRO_VERSION = "2.2-r3" DISTRO_CODENAME = "morty" SDK_VENDOR = "-deysdk" SDK_VERSION := "${@'${DISTRO_VERSION}'}"