diff options
author | John Klug <john.klug@multitech.com> | 2020-12-07 15:24:01 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-12-07 15:24:01 -0600 |
commit | 2bf361d97cc5a9fbc33a8915a6be1b64271a2d15 (patch) | |
tree | 50709345584c2f223730be8130ef68b19be29cfe | |
parent | 8d31917f9b9cdc45c4d4e8df86890d26de20c861 (diff) | |
download | meta-mlinux-2bf361d97cc5a9fbc33a8915a6be1b64271a2d15.tar.gz meta-mlinux-2bf361d97cc5a9fbc33a8915a6be1b64271a2d15.tar.bz2 meta-mlinux-2bf361d97cc5a9fbc33a8915a6be1b64271a2d15.zip |
5.3.0b to fix radio-query H5 hangs
-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 838ae77..225d318 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.3" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0a" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0b" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |