aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Heyl <ed@google.com>2011-09-11 11:46:10 -0700
committerEd Heyl <ed@google.com>2011-09-11 11:46:10 -0700
commitf440fc15febefeca7b94d85619c0ce82b8f31e22 (patch)
tree379e21e8c0e96b98f963271ae9ce0b327cae020b
parent393313197bd6730f889d72807b5acd2a144d6111 (diff)
downloadbuild-f440fc15febefeca7b94d85619c0ce82b8f31e22.tar.gz
update platform version
update build id Change-Id: I3a07e62b50744b7567fd4ba435f2a8528a2f6008
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index 2f587cb20a..8ee128f43c 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -19,4 +19,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-export BUILD_ID=GRK71
+export BUILD_ID=GRK73
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 658a803d01..f19a3c609c 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -41,7 +41,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 := 2.3.6
+ PLATFORM_VERSION := 2.3.7
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"