summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-08-21 11:59:27 -0500
committerJohn Klug <john.klug@multitech.com>2019-08-21 11:59:27 -0500
commit6b605c9543db187ae4b3ca69fdec4c2bec68395d (patch)
treea861e1b32770c4c41436a9ac364c4744f6aa81dd
parentad9372e296f9e71f46a70a1a1d6a4e29ee9d9b20 (diff)
downloadmeta-mlinux-6b605c9543db187ae4b3ca69fdec4c2bec68395d.tar.gz
meta-mlinux-6b605c9543db187ae4b3ca69fdec4c2bec68395d.tar.bz2
meta-mlinux-6b605c9543db187ae4b3ca69fdec4c2bec68395d.zip
Bump 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 29d2648..c80c5bb 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "5.1"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.1"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"