diff options
author | John Klug <john.klug@multitech.com> | 2019-06-18 16:38:54 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:11:29 -0500 |
commit | 085fb0d9b752cf12930889ea28ab70ff1d841b44 (patch) | |
tree | 48ac43a491606a45035fd13e94d52008b0870184 | |
parent | ef9f87efe5579626357e69e338112331ca1e6ae3 (diff) | |
download | meta-mlinux-5.0.0.tar.gz meta-mlinux-5.0.0.tar.bz2 meta-mlinux-5.0.0.zip |
Release 5.0.0 and 5.0.0-AEP5.0.0
-rw-r--r-- | conf/distro/mlinux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index c6dbe70..bccc8fd 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.0" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev34" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |