diff options
author | Jesse Gilles <jgilles@multitech.com> | 2016-05-03 16:41:41 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2016-05-03 16:41:41 -0500 |
commit | 0832b2773848c561deec38fe0fc901fa8f2239a8 (patch) | |
tree | 5a730942dbf3ac6da3558a4c062c73028ac78ab0 /conf | |
parent | ce43c0dd911ec8de61e11c0afe85c422149c0706 (diff) | |
download | meta-mlinux-0832b2773848c561deec38fe0fc901fa8f2239a8.tar.gz meta-mlinux-0832b2773848c561deec38fe0fc901fa8f2239a8.tar.bz2 meta-mlinux-0832b2773848c561deec38fe0fc901fa8f2239a8.zip |
mlinux: bump to 3.2.0
Diffstat (limited to '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 f55d9d1..38ae476 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" -DISTRO_BASE_VERSION = "3.1" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0" +DISTRO_BASE_VERSION = "3.2" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.1" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |