diff options
author | John Klug <john.klug@multitech.com> | 2021-01-26 10:34:52 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-06-22 09:16:29 -0500 |
commit | 2499b733a1507a479582190c009e058a49e994be (patch) | |
tree | d89bc17a720a4593bb120ba6a736bf61c71e8413 /conf | |
parent | c1a055dd031e784d1361bea53487f3f30841b720 (diff) | |
download | meta-mlinux-2499b733a1507a479582190c009e058a49e994be.tar.gz meta-mlinux-2499b733a1507a479582190c009e058a49e994be.tar.bz2 meta-mlinux-2499b733a1507a479582190c009e058a49e994be.zip |
mlinux 5.3.1
Diffstat (limited to '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 205a9f0..464fba8 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}.1" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.2" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |