diff options
author | John Klug <john.klug@multitech.com> | 2019-01-29 17:42:51 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-01-29 17:42:51 -0600 |
commit | 542dbdfe7bdbf62bdb531f925184cbc99b0d5bc8 (patch) | |
tree | b7113e6a6900f18c5be1fc6443de20255c1d762c /conf | |
parent | c10450ce39280ef5f931d8563c5da5de6bcb8c5d (diff) | |
download | meta-mlinux-542dbdfe7bdbf62bdb531f925184cbc99b0d5bc8.tar.gz meta-mlinux-542dbdfe7bdbf62bdb531f925184cbc99b0d5bc8.tar.bz2 meta-mlinux-542dbdfe7bdbf62bdb531f925184cbc99b0d5bc8.zip |
Bump the developer level of mLinux
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 1a367b6..ca7b26e 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.0" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev16" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev17" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |