From a3d8a3d05db957e116603daa383345d338131c72 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 24 Aug 2017 23:28:03 +0100 Subject: [PATCH] Release v2.4.1 Signed-off-by: Andrei Gherzan --- CHANGELOG.md | 5 +++++ meta-resin-common/conf/distro/include/resin-os.inc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c8e74636..b13aea4e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change log ----------- +# v2.4.1 +## (2017-08-24) + +* Fix variable referencing in default variable substitution inside prepare-openvpn script [Florin Sarbu] + # v2.4.0 ## (2017-08-23) diff --git a/meta-resin-common/conf/distro/include/resin-os.inc b/meta-resin-common/conf/distro/include/resin-os.inc index 5278dd44f9..66e771aaa8 100644 --- a/meta-resin-common/conf/distro/include/resin-os.inc +++ b/meta-resin-common/conf/distro/include/resin-os.inc @@ -3,7 +3,7 @@ require conf/distro/poky.conf DISTRO = "resin-os" DISTRO_NAME = "Resin OS" -DISTRO_VERSION = "2.4.0" +DISTRO_VERSION = "2.4.1" HOSTOS_VERSION = "${DISTRO_VERSION}" python () { ''' Set HOSTOS_VERSION from board VERSION if available '''