aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Morrill <morrildl@google.com>2011-08-02 16:46:38 -0700
committerDan Morrill <morrildl@google.com>2011-08-02 16:46:38 -0700
commit6d0f51b44ba2a427cc15bcdc317020a6477d2078 (patch)
treec19586980fd841e0e8babbc087d954cdb5411abb
parentb3eae868dd9648115044ec304ed6a9bcd2405962 (diff)
downloadbuild-6d0f51b44ba2a427cc15bcdc317020a6477d2078.tar.gz
Updating version to 2.3.7 to reflect some patches.
Change-Id: I6118b41a26a1ea6940758313871eb8ab83ab06a2
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
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)"