diff options
author | John Klug <john.klug@multitech.com> | 2019-01-24 02:19:36 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | 887a7fe9e4a8320baa9321265d21edee849c4998 (patch) | |
tree | d5613d45532960e20c2c5b0d984b2a8146c4e3f8 /conf | |
parent | cbf842612ecff1d546c2056ec3aef8a537ce34e8 (diff) | |
download | meta-mlinux-887a7fe9e4a8320baa9321265d21edee849c4998.tar.gz meta-mlinux-887a7fe9e4a8320baa9321265d21edee849c4998.tar.bz2 meta-mlinux-887a7fe9e4a8320baa9321265d21edee849c4998.zip |
Bump to dev14
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 98bf067..f53ce3a 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}.0dev13" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev14" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |