diff options
author | John Klug <john.klug@multitech.com> | 2017-02-13 16:28:51 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-02-13 16:28:51 -0600 |
commit | a68bcea3560a3397f1e53995f7055f20043b4868 (patch) | |
tree | 586c45fb56ffea61cd6acbc981928e1228410cca | |
parent | 1c8fe2b8c585da46c689e732dcd6e46b316568cf (diff) | |
download | meta-mlinux-a68bcea3560a3397f1e53995f7055f20043b4868.tar.gz meta-mlinux-a68bcea3560a3397f1e53995f7055f20043b4868.tar.bz2 meta-mlinux-a68bcea3560a3397f1e53995f7055f20043b4868.zip |
Bump the level
-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 e4b199e..9089d71 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" -DISTRO_BASE_VERSION = "3.2" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.5" +DISTRO_BASE_VERSION = "3.3" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |