From 67f9e7adaa57b306866fb642d99aae3da3ac7fab Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Mon, 18 Jan 2016 10:52:39 -0800 Subject: [PATCH] vendor/cm: Bump cmsdk platform version. Change-Id: I5f460fd94e9e85003d6d7dac58c42d5d3d31a742 --- config/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common.mk b/config/common.mk index 39de5ee9..03d90e33 100644 --- a/config/common.mk +++ b/config/common.mk @@ -332,7 +332,7 @@ ifndef CM_PLATFORM_SDK_VERSION # the SDK are released. It should only be incremented when the APIs for # the new release are frozen (so that developers don't write apps against # intermediate builds). - CM_PLATFORM_SDK_VERSION := 4 + CM_PLATFORM_SDK_VERSION := 5 endif ifndef CM_PLATFORM_REV