summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-09-10 10:47:37 -0500
committerJohn Klug <john.klug@multitech.com>2021-12-29 07:04:43 -0600
commit0eee4e464974e04fbaae967e9d98cda0e82aec93 (patch)
tree96679fa909d4b2322e7cf9dd92a93495d2085023
parentecedba308b41819342e03341d702185c6cc377ff (diff)
downloadmeta-mlinux-0eee4e464974e04fbaae967e9d98cda0e82aec93.tar.gz
meta-mlinux-0eee4e464974e04fbaae967e9d98cda0e82aec93.tar.bz2
meta-mlinux-0eee4e464974e04fbaae967e9d98cda0e82aec93.zip
Bump the mLinux version
-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 a8c0c70..53aaa3b 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}.6"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.7"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"