diff options
author | John Klug <john.klug@multitech.com> | 2019-02-12 16:33:24 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-02-12 16:33:24 -0600 |
commit | 15763e5b3352b846ae9ec8ddf5661c22f3fe722a (patch) | |
tree | 4b802c2e67d860ec83ed8f0ac17e348153e7b77b /conf | |
parent | 7203a0bbe02ad7c5a7553697d56f712d43fc3f08 (diff) | |
download | meta-mlinux-15763e5b3352b846ae9ec8ddf5661c22f3fe722a.tar.gz meta-mlinux-15763e5b3352b846ae9ec8ddf5661c22f3fe722a.tar.bz2 meta-mlinux-15763e5b3352b846ae9ec8ddf5661c22f3fe722a.zip |
Redpine/Silent Console -- dev20
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 6438d11..cc29031 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}.0dev19" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev20" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |