diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-12-05 18:14:12 -0800 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-12-07 10:30:19 -0800 |
commit | e73b24ccbe728476e5bc77aaf2fd6865276cacc3 (patch) | |
tree | 6fa2c756df8726456a8ffac1ffd325396f33fb1b /core | |
parent | febd861a073b0500b6e7f0ea117b71df3bc6822c (diff) | |
download | build-e73b24ccbe728476e5bc77aaf2fd6865276cacc3.zip build-e73b24ccbe728476e5bc77aaf2fd6865276cacc3.tar.gz build-e73b24ccbe728476e5bc77aaf2fd6865276cacc3.tar.bz2 |
Did I say 4.1? Oh well what I *really* meant was 4.0.3, of course.
Change-Id: I61ccc290aec8fa7e2e68cf01bc920a65b8b9e246
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)" |