diff options
author | John Klug <john.klug@multitech.com> | 2017-11-02 10:14:11 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-11-02 10:14:11 -0500 |
commit | 12e56c0ea0e6f224482266755774965537be6e2c (patch) | |
tree | da260456accaa19639a78021206ba76f3d490c23 | |
parent | 0a9ea1d77d0797be056ca04ff6b316479c9346c4 (diff) | |
download | meta-mlinux-12e56c0ea0e6f224482266755774965537be6e2c.tar.gz meta-mlinux-12e56c0ea0e6f224482266755774965537be6e2c.tar.bz2 meta-mlinux-12e56c0ea0e6f224482266755774965537be6e2c.zip |
Bump the mLinux version
-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 af6a58f..0726d44 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "3.3" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.15" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.16" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |