summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-09-03 14:11:32 -0500
committerJohn Klug <john.klug@multitech.com>2021-12-29 06:58:41 -0600
commitebdb0f57ea127c9e5725ef364c353f9c456eb3c5 (patch)
tree5f9349ff5d2136ecd574342604e490e189687495
parent178e43a250542f2fdf9e7011d74ca7c37bfd3006 (diff)
downloadmeta-mlinux-ebdb0f57ea127c9e5725ef364c353f9c456eb3c5.tar.gz
meta-mlinux-ebdb0f57ea127c9e5725ef364c353f9c456eb3c5.tar.bz2
meta-mlinux-ebdb0f57ea127c9e5725ef364c353f9c456eb3c5.zip
Bump version of mLinux to 5.3.6
-rw-r--r--conf/distro/mlinux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf
index 1c43624..a8c0c70 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}.5"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.6"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"