diff options
author | John Klug <john.klug@multitech.com> | 2018-11-07 10:34:15 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-11-07 10:34:15 -0600 |
commit | 168786331f7512dad56c6a755295a3f4624a7fbb (patch) | |
tree | 74742a7bf83c1b4d3c83964af699c51e007416b9 /conf/distro/mlinux.conf | |
parent | 71111fd59d80abc8f7bcd81c8879e05fb1b8f72b (diff) | |
download | meta-mlinux-168786331f7512dad56c6a755295a3f4624a7fbb.tar.gz meta-mlinux-168786331f7512dad56c6a755295a3f4624a7fbb.tar.bz2 meta-mlinux-168786331f7512dad56c6a755295a3f4624a7fbb.zip |
Bump the level to 4.1.0 for Sprint/XDOT/PULSE release
Diffstat (limited to 'conf/distro/mlinux.conf')
-rw-r--r-- | conf/distro/mlinux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index 38288aa..33238b9 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" -DISTRO_BASE_VERSION = "4.0" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.5" +DISTRO_BASE_VERSION = "4.1" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |