diff options
author | John Klug <john.klug@multitech.com> | 2019-01-16 18:11:58 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-01-16 18:11:58 -0600 |
commit | a948e641418676d9dd9ded733c7843364d7d928f (patch) | |
tree | 398cdb24b7ec4f312f5ceaeaf340b193c54e3588 /conf | |
parent | 40be580b525607a46e7963d3a6f30f3273fee294 (diff) | |
download | meta-mlinux-a948e641418676d9dd9ded733c7843364d7d928f.tar.gz meta-mlinux-a948e641418676d9dd9ded733c7843364d7d928f.tar.bz2 meta-mlinux-a948e641418676d9dd9ded733c7843364d7d928f.zip |
dev10 with more netfilter modules and pre-emption
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 358e134..244443a 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}.0dev9" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev10" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |