summaryrefslogtreecommitdiffstats
path: root/core/version_defaults.mk
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-08-19 11:00:21 -0700
committerDianne Hackborn <hackbod@google.com>2009-08-19 11:00:21 -0700
commite34fdc0113477e2022bda8834b37338c57884f48 (patch)
tree8a802e63a666a6e5b75d8bbdd7dcb84147645d8a /core/version_defaults.mk
parentbadd2ca451ee7a408f55632025cbe69649b426b5 (diff)
downloadbuild-e34fdc0113477e2022bda8834b37338c57884f48.zip
build-e34fdc0113477e2022bda8834b37338c57884f48.tar.gz
build-e34fdc0113477e2022bda8834b37338c57884f48.tar.bz2
Bump platform version to 4.
Not sure why this didn't get integrated from Donut.
Diffstat (limited to 'core/version_defaults.mk')
-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 bbcbb51..a28d636 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -53,7 +53,7 @@ ifeq "" "$(PLATFORM_SDK_VERSION)"
# intermediate builds). During development, this number remains at the
# SDK version the branch is based on and PLATFORM_VERSION_CODENAME holds
# the code-name of the new development work.
- PLATFORM_SDK_VERSION := 3
+ PLATFORM_SDK_VERSION := 4
endif
ifeq "" "$(PLATFORM_VERSION_CODENAME)"