summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-09-14 12:13:51 -0500
committerJohn Klug <john.klug@multitech.com>2021-12-29 07:04:43 -0600
commit7a6d2589765bd0fad1e8ae8a92fdaaea4a9fbcc2 (patch)
treed307fc6e42fc23a490f1300ef5be9f4fa0c5a6b1
parentdb922a95b2a7e6f6faa75fbded4c911c310c5932 (diff)
downloadmeta-mlinux-7a6d2589765bd0fad1e8ae8a92fdaaea4a9fbcc2.tar.gz
meta-mlinux-7a6d2589765bd0fad1e8ae8a92fdaaea4a9fbcc2.tar.bz2
meta-mlinux-7a6d2589765bd0fad1e8ae8a92fdaaea4a9fbcc2.zip
umountfs feature and fixes
-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 53aaa3b..e4c308f 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}.7"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.8"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"