diff options
author | Patrick Murphy <Patrick.Murphy@multitech.com> | 2020-05-05 09:37:10 -0500 |
---|---|---|
committer | Patrick Murphy <Patrick.Murphy@multitech.com> | 2020-05-05 09:37:10 -0500 |
commit | e26f94e3f97b755652327f5652ea32f9ebf2b57b (patch) | |
tree | 7850ff55a1218469c5a410121899f5600115a4be | |
parent | f78571137750469cf6e1c262815dafd69d36baaa (diff) | |
download | meta-mlinux-e26f94e3f97b755652327f5652ea32f9ebf2b57b.tar.gz meta-mlinux-e26f94e3f97b755652327f5652ea32f9ebf2b57b.tar.bz2 meta-mlinux-e26f94e3f97b755652327f5652ea32f9ebf2b57b.zip |
modified distro version in conf/distro/mlinux.conf
-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 b5f8b64..acb7351 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.2" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev2" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.1" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |