diff options
author | John Klug <john.klug@multitech.com> | 2017-03-10 15:52:17 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-03-10 15:52:17 -0600 |
commit | 9380851641e29262352b94b75086c7911cea8a3a (patch) | |
tree | e7c61e17ce42f4c30884285571dcbfd0c8065cf3 /conf | |
parent | c7ad28fbc2a77f360230c5606a72656026aef569 (diff) | |
download | meta-mlinux-9380851641e29262352b94b75086c7911cea8a3a.tar.gz meta-mlinux-9380851641e29262352b94b75086c7911cea8a3a.tar.bz2 meta-mlinux-9380851641e29262352b94b75086c7911cea8a3a.zip |
bump level
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 dff238c..ab897aa 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}.3" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.4" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |