diff options
author | John Klug <john.klug@multitech.com> | 2019-01-14 14:19:59 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | 581e05bffed3833480915d1d12d0c29522fd5ea3 (patch) | |
tree | 3b9b4be17af8fe257aa741795211720916a2c853 /conf/distro | |
parent | 510c68a185a71ba967155827be0188eb849bac40 (diff) | |
download | meta-mlinux-581e05bffed3833480915d1d12d0c29522fd5ea3.tar.gz meta-mlinux-581e05bffed3833480915d1d12d0c29522fd5ea3.tar.bz2 meta-mlinux-581e05bffed3833480915d1d12d0c29522fd5ea3.zip |
Bump to dev8
Diffstat (limited to 'conf/distro')
-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 604472a..202623f 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.0" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev7" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev8" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |