summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-11-30 15:43:14 -0800
committerDianne Hackborn <hackbod@google.com>2012-12-03 11:07:37 -0800
commitaa48e74b60eb56b25d525b0c52f7f51a68404e15 (patch)
tree12c66e82f2c7cc5cfc85bc36f4dc279ba36e10bc /core
parent408067be215fa98ecad4de0aea2c080417c4e4f1 (diff)
downloadbuild-aa48e74b60eb56b25d525b0c52f7f51a68404e15.zip
build-aa48e74b60eb56b25d525b0c52f7f51a68404e15.tar.gz
build-aa48e74b60eb56b25d525b0c52f7f51a68404e15.tar.bz2
Obviously JB MR1.1 should be Android 4.2.2.
Change-Id: I148817d22d50672a7f204809d11aaf7f0a8af28b
Diffstat (limited to 'core')
-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 fb1f361..e3ba14f 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 := 4.2.1
+ PLATFORM_VERSION := 4.2.2
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"