aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build SharedAccount <android-build@sekiwake.mtv.corp.google.com>2010-08-17 22:44:17 -0700
committerandroid-build SharedAccount <android-build@sekiwake.mtv.corp.google.com>2010-08-17 22:58:21 -0700
commit5fad3f5e4567cd2ea263af1a998e55244b1acab6 (patch)
treefe92598a655d1d9469f5ff343179f514d2dc4394
parent059815f3284714924241db91706e45ee6d5c0809 (diff)
downloadbuild-5fad3f5e4567cd2ea263af1a998e55244b1acab6.tar.gz
bump version from 2.2 to 2.2.1 for next froyo release
Change-Id: Ic636f111d4a7a69954539bbd480b7119bf0d730f
-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 ec5dcd4d06..df5cc09cc9 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.2
+ PLATFORM_VERSION := 2.2.1
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"