From 61be03b456e28df4c2347e4b51fa9616f086e236 Mon Sep 17 00:00:00 2001 From: Ian Pedowitz Date: Mon, 31 Oct 2016 20:44:25 -0700 Subject: [PATCH] DO NOT MERGE Nougat MR2 is 7.1.2 Fixes: 32335870 Change-Id: I2b0f7e0f9506704a391930f6f9c2a4cf9c550a7f --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 2c8a21f14a..35732c0656 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -43,7 +43,7 @@ ifeq "" "$(PLATFORM_VERSION)" # which is the version that we reveal to the end user. # Update this value when the platform version changes (rather # than overriding it somewhere else). Can be an arbitrary string. - PLATFORM_VERSION := 7.1.1 + PLATFORM_VERSION := 7.1.2 endif ifeq "" "$(PLATFORM_SDK_VERSION)"