aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Morrill <morrildl@google.com>2011-06-09 13:20:55 -0700
committerDan Morrill <morrildl@google.com>2011-06-09 13:20:55 -0700
commitbb41d06d9645b38a3de587512396b7b4a77fc7f7 (patch)
tree168cdd811e801981f15b63ae642b27d9dc18a10e
parent3c60c67ad2a157f5bfb731accfc74f5b42c69851 (diff)
downloadbuild-bb41d06d9645b38a3de587512396b7b4a77fc7f7.tar.gz
Update version to 2.3.5.
Change-Id: I310c09c6f2d1c0e0067bf4a44bed5958664c1591
-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 be4826f933..db626a83dc 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.4
+ PLATFORM_VERSION := 2.3.5
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"