From d79f321ba21dc34332e0f7f258ca2a8b85e19afd Mon Sep 17 00:00:00 2001 From: Stefan Sicleru Date: Wed, 22 Jun 2016 10:09:15 +0200 Subject: conf/distro: update DISTRO_VERSION_MAJOR Update DISTRO_VERSION_MAJOR to "6" as the release is referred to as "Enea Linux 6", hence the value should be 6. Signed-off-by: Stefan Sicleru Signed-off-by: Martin Borg --- conf/distro/enea.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/enea.conf b/conf/distro/enea.conf index b99dc44..0bbb672 100644 --- a/conf/distro/enea.conf +++ b/conf/distro/enea.conf @@ -1,7 +1,7 @@ require conf/distro/poky.conf DISTRO = "enea" DISTRO_NAME = "Enea Linux" -DISTRO_VERSION_MAJOR = "6.0" +DISTRO_VERSION_MAJOR = "6" DISTRO_VERSION_MINOR ??= "" DISTRO_VERSION = "${DISTRO_VERSION_MAJOR}${DISTRO_VERSION_MINOR}" -- cgit v1.2.3-54-g00ecf