diff options
author | John Klug <john.klug@multitech.com> | 2017-06-07 17:18:12 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-07 17:18:12 -0500 |
commit | 140d44a8557acffbdda3d344c23a4e3481a3997a (patch) | |
tree | b4757b38d4c53dd396972b969ab383785db70408 /conf | |
parent | a209217e4abb8019ff3cde8fefa6ea0b24e8036e (diff) | |
download | meta-mlinux-140d44a8557acffbdda3d344c23a4e3481a3997a.tar.gz meta-mlinux-140d44a8557acffbdda3d344c23a4e3481a3997a.tar.bz2 meta-mlinux-140d44a8557acffbdda3d344c23a4e3481a3997a.zip |
Add the extra .0 in 4.0.0
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 83034a7..d09700e 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "4.0" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.dev1" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev1" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |