Code drop from //branches/cupcake/...@124589
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 @@
# 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 @@
# 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)"