diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:03:49 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:03:49 -0800 |
commit | dcc08f073b6873c69ab891d4f69f7c568e282df7 (patch) | |
tree | cbaa218be3f46078555b6bfb36c48659096a747a /core/version_defaults.mk | |
parent | d3aa4000e42fd1036e0e3286843c5132f905d754 (diff) | |
download | build-dcc08f073b6873c69ab891d4f69f7c568e282df7.zip build-dcc08f073b6873c69ab891d4f69f7c568e282df7.tar.gz build-dcc08f073b6873c69ab891d4f69f7c568e282df7.tar.bz2 |
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'core/version_defaults.mk')
-rw-r--r-- | core/version_defaults.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index acd06fa..7a3c682 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -39,7 +39,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 := 1.0 + PLATFORM_VERSION := 1.5 endif ifeq "" "$(PLATFORM_SDK_VERSION)" @@ -47,7 +47,7 @@ ifeq "" "$(PLATFORM_SDK_VERSION)" # the set of APIs and functionality available in the platform. This is # a single integer, that increases monotonically as updates to the SDK # are released. - PLATFORM_SDK_VERSION := 1 + PLATFORM_SDK_VERSION := 3 endif ifeq "" "$(BUILD_ID)" |