diff options
author | John Klug <john.klug@multitech.com> | 2021-06-22 08:49:06 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-06-22 08:49:06 -0500 |
commit | 0cbd73e52b913651a430c6cbe5da6cf61f2a8385 (patch) | |
tree | a19526a3952dec87af402be9ccce4ec2c9458b15 | |
parent | dc71377e54253170fab9507e430ffbd5f9f4e97d (diff) | |
download | meta-mlinux-0cbd73e52b913651a430c6cbe5da6cf61f2a8385.tar.gz meta-mlinux-0cbd73e52b913651a430c6cbe5da6cf61f2a8385.tar.bz2 meta-mlinux-0cbd73e52b913651a430c6cbe5da6cf61f2a8385.zip |
Start of mLinux 5.3.1
-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 225d318..e55e2ea 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.3" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0b" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.1" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |