diff options
author | John Klug <john.klug@multitech.com> | 2023-01-20 16:55:28 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-01-20 16:55:54 -0600 |
commit | b3079a4ea203c11091663bc6f18cca2ad1adef8d (patch) | |
tree | c42ef9ec5351adeba0ea9a39d84e5e0ce5b65e70 /conf | |
parent | 613435d5d50e27addb89fdd21f9929e832b90281 (diff) | |
download | meta-mlinux-b3079a4ea203c11091663bc6f18cca2ad1adef8d.tar.gz meta-mlinux-b3079a4ea203c11091663bc6f18cca2ad1adef8d.tar.bz2 meta-mlinux-b3079a4ea203c11091663bc6f18cca2ad1adef8d.zip |
Set mLinux version to 6.3
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/mlinux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index b24c4bb..ddf660b 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" -DISTRO_BASE_VERSION = "6.1" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev2" +DISTRO_BASE_VERSION = "6.3" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev1" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |