summaryrefslogtreecommitdiffstats
path: root/core/version_defaults.mk
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-05-13 12:59:25 -0700
committerDianne Hackborn <hackbod@google.com>2009-05-13 13:21:02 -0700
commitab1e594c5d5cf65db54ad3c19d0abc1a99d4071e (patch)
tree66d9ad6d4678b595ebb43e42abd102bb34e598b5 /core/version_defaults.mk
parent74d2e8690259c9e2b1c87c112f2ddf539898ce44 (diff)
downloadbuild-ab1e594c5d5cf65db54ad3c19d0abc1a99d4071e.zip
build-ab1e594c5d5cf65db54ad3c19d0abc1a99d4071e.tar.gz
build-ab1e594c5d5cf65db54ad3c19d0abc1a99d4071e.tar.bz2
Update build version to Eclair.
Diffstat (limited to 'core/version_defaults.mk')
-rw-r--r--core/version_defaults.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 902afed..936ca66 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 := Donut
+ PLATFORM_VERSION := Eclair
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"
@@ -57,7 +57,7 @@ endif
ifeq "" "$(PLATFORM_VERSION_CODENAME)"
# This is the current development code-name, if the build is not a final
# release build. If this is a final release build, it is simply "REL".
- PLATFORM_VERSION_CODENAME := Donut
+ PLATFORM_VERSION_CODENAME := Eclair
endif
ifeq "" "$(BUILD_ID)"