summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-09-21 18:11:44 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-21 18:11:44 -0700
commit228fd69eafc8b3d6e59ec6a03d89c9791334b7e5 (patch)
tree1e6e4e88afd0e9fa5a42464b8c81e19da1abe266 /core
parentaabcd6a59507d7a1509ac77d95224d9272a04466 (diff)
parent7766ea28843bb3cb223c65b1752055288ad245d8 (diff)
downloadbuild-228fd69eafc8b3d6e59ec6a03d89c9791334b7e5.zip
build-228fd69eafc8b3d6e59ec6a03d89c9791334b7e5.tar.gz
build-228fd69eafc8b3d6e59ec6a03d89c9791334b7e5.tar.bz2
Merge "Let's call MR0 4.0.1."
Diffstat (limited to 'core')
-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 15176b9..6773635 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 := 4.0
+ PLATFORM_VERSION := 4.0.1
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"