aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Android Automerger <android-build@android.com>2010-01-26 15:15:59 -0800
committerThe Android Automerger <android-build@android.com>2010-01-26 15:15:59 -0800
commit6a16a25cb275ab7bf7dc9ed1485f17f169e5a9a6 (patch)
treee16cb5d500a26c637136d1a8bbd0024ed84c7d00
parent73f0a51fb1607342141e8ce6eafbce150a6a767d (diff)
parent25a331ab870edcf31dbbfab0a9e6f4cef88654f5 (diff)
downloadbuild-6a16a25cb275ab7bf7dc9ed1485f17f169e5a9a6.tar.gz
Merge branch 'eclair' into eclair-release
-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 33d7761547..9cc49c40fc 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.1
+ PLATFORM_VERSION := 2.1-update1
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"