diff options
author | John Klug <john.klug@multitech.com> | 2021-03-26 10:54:34 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-06-22 09:29:50 -0500 |
commit | 6e1034e70cc18b431e4f27eab43e518ab9cf4961 (patch) | |
tree | 2b828e4cd0651f3c1af84265303b02f108c255c1 /conf | |
parent | b60f2571972181a7c11c6c335b0335b28dc95c37 (diff) | |
download | meta-mlinux-6e1034e70cc18b431e4f27eab43e518ab9cf4961.tar.gz meta-mlinux-6e1034e70cc18b431e4f27eab43e518ab9cf4961.tar.bz2 meta-mlinux-6e1034e70cc18b431e4f27eab43e518ab9cf4961.zip |
bump to 5.3.3
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 464fba8..cbf134c 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}.2" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.3" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |