diff options
author | Patrick Murphy <Patrick.Murphy@multitech.com> | 2020-06-06 18:24:25 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-06-18 20:22:08 -0500 |
commit | d6b5e9be761793046ba08acc4d811fca6a3d1d64 (patch) | |
tree | b87c957d2b101d2b1befc2607d7accd472773f82 /conf | |
parent | 02772fae6c7e0c165606d18840d2f923ff692f19 (diff) | |
download | meta-mlinux-d6b5e9be761793046ba08acc4d811fca6a3d1d64.tar.gz meta-mlinux-d6b5e9be761793046ba08acc4d811fca6a3d1d64.tar.bz2 meta-mlinux-d6b5e9be761793046ba08acc4d811fca6a3d1d64.zip |
branch storing 5.2.3 changes without clobbering 6.0 in master
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 acb7351..c8a3a79 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.2" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.1" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.3" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |