summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-08-15 14:46:44 -0500
committerJohn Klug <john.klug@multitech.com>2019-08-15 14:46:44 -0500
commit156ba658a653a1be3e333b16f463b0d33b4906d9 (patch)
tree31461e8f5b5c9dda783e1685c760b344758e2b4d
parentd734a105ee536afbd837a62059be1ea60c7e8f42 (diff)
downloadmeta-mlinux-156ba658a653a1be3e333b16f463b0d33b4906d9.tar.gz
meta-mlinux-156ba658a653a1be3e333b16f463b0d33b4906d9.tar.bz2
meta-mlinux-156ba658a653a1be3e333b16f463b0d33b4906d9.zip
Bump mLinux version to 5.1.0dev1
-rw-r--r--conf/distro/mlinux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf
index 21e9134..db577fa 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
-DISTRO_BASE_VERSION = "5.0"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.1"
+DISTRO_BASE_VERSION = "5.1"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev1"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"