commit | 926f321489f8073fb640ccf6fb9d371e77c128fa | [log] [tgz] |
---|---|---|
author | Patrick <pjgraber03@gmail.com> | Thu Dec 31 00:12:46 2015 -0800 |
committer | Patrick <pjgraber03@gmail.com> | Thu Dec 31 00:18:02 2015 -0800 |
tree | f35b680e0154a05ffe9755288f39515115b1ddd8 | |
parent | fd107318e79f61e645a9e7c0bc44f48b4c7703b6 [diff] |
Make beta build type Change-Id: Ic121c12abdcce2201bce5f117c94fe0b5e696b88
diff --git a/config/versions.mk b/config/versions.mk index 3c65958..c1deb88 100644 --- a/config/versions.mk +++ b/config/versions.mk
@@ -16,6 +16,9 @@ ifdef BLISS_RELEASE BLISS_BUILDTYPE := RELEASE endif +ifdef BLISS_BETA + BLISS_BUILDTYPE := BETA +endif # Set Unofficial if no buildtype set (Buildtype should ONLY be set by BLISS Devs!) ifdef BLISS_BUILDTYPE else