From 85759f713be88f7b4bf4d81be946be0e0bbc6313 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 23 May 2017 18:33:31 -0500 Subject: Set correct version for Morty mLinux --- conf/distro/mlinux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index aa4b1ea..a47f931 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" -DISTRO_BASE_VERSION = "3.3" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.7" +DISTRO_BASE_VERSION = "4.0" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.Beta" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" -- cgit v1.2.3