diff options
author | John Klug <john.klug@multitech.com> | 2019-03-08 15:43:24 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-03-08 15:43:24 -0600 |
commit | 81090d033191216c774c433995c47a351cbea809 (patch) | |
tree | 58dc77cd47bc0f6f3ada0b524e5267ac03c29ec2 | |
parent | 7dc893449188bca2db689da7cda5a058b18e1cc3 (diff) | |
download | meta-mlinux-81090d033191216c774c433995c47a351cbea809.tar.gz meta-mlinux-81090d033191216c774c433995c47a351cbea809.tar.bz2 meta-mlinux-81090d033191216c774c433995c47a351cbea809.zip |
Bump mLinux version to 4.1.5
-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 8405575..fc5ae3c 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "4.1" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.4" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.5" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |