diff options
author | Patrick Murphy <Patrick.Murphy@multitech.com> | 2020-06-10 16:32:14 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-06-18 20:22:08 -0500 |
commit | 580601236868f160dcac6e57820a0eab6d745650 (patch) | |
tree | 33155b33b7ea4f042a9204096cb563ca3189a283 | |
parent | 01f73eaf483ea5050a26098c3eb5949275118f3c (diff) | |
download | meta-mlinux-580601236868f160dcac6e57820a0eab6d745650.tar.gz meta-mlinux-580601236868f160dcac6e57820a0eab6d745650.tar.bz2 meta-mlinux-580601236868f160dcac6e57820a0eab6d745650.zip |
iterated version to 5.2.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 3178d8f..570669a 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}.4" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.5" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |