diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-12-07 10:34:21 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-12-07 10:34:21 -0800 |
commit | d7b15982d21bad7a34bba3c6aa1d6448cda117dc (patch) | |
tree | 0478a79b38309256c4d16d9664c89d1aedb1117d /core | |
parent | e3bdf69cc6af9a7deec5a44823e5a0a2e1f16064 (diff) | |
parent | e73b24ccbe728476e5bc77aaf2fd6865276cacc3 (diff) | |
download | build-d7b15982d21bad7a34bba3c6aa1d6448cda117dc.zip build-d7b15982d21bad7a34bba3c6aa1d6448cda117dc.tar.gz build-d7b15982d21bad7a34bba3c6aa1d6448cda117dc.tar.bz2 |
am e73b24cc: Did I say 4.1? Oh well what I *really* meant was 4.0.3, of course.
* commit 'e73b24ccbe728476e5bc77aaf2fd6865276cacc3':
Did I say 4.1? Oh well what I *really* meant was 4.0.3, of course.
Diffstat (limited to 'core')
-rw-r--r-- | core/version_defaults.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 7f6db0c..091fc34 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.1 + PLATFORM_VERSION := 4.0.3 endif ifeq "" "$(PLATFORM_SDK_VERSION)" |