diff --git a/README.md b/README.md index d1aac605f..78ede20fe 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Digi Embedded Yocto (DEY) 2.2 -## Release 2.2-r3 +## Release 2.2-r4 This document provides information about Digi Embedded Yocto, Digi International's professional embedded Yocto development environment. @@ -79,6 +79,10 @@ Documentation is available online on the Digi documentation site: # Release Changelog +## 2.2-r4 + +* TBC + ## 2.2-r3 * Added Digi APIX C library to access and manage ConnectCore platforms interfaces: diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 8a2f1e3b1..ccadb8f1e 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-r3" +DISTRO_VERSION = "2.2-r4" DISTRO_CODENAME = "morty" SDK_VENDOR = "-deysdk" SDK_VERSION := "${@'${DISTRO_VERSION}'}"