summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2012-07-12 16:21:00 -0700
committerJustin Ho <justinho@google.com>2012-07-12 16:21:00 -0700
commit2f16ba59974adadc0e18dddb56d461c336b09bbc (patch)
treedade9077fb95f281620a2919cb1786ba8316fe53 /core
parentef1335eda485cc4d6a7172e08dc89212fb27ed6b (diff)
downloadbuild-2f16ba59974adadc0e18dddb56d461c336b09bbc.zip
build-2f16ba59974adadc0e18dddb56d461c336b09bbc.tar.gz
build-2f16ba59974adadc0e18dddb56d461c336b09bbc.tar.bz2
Android 4.1.2 version bump
Change-Id: Ie135022b4ddcac457071aec7b217d41ebdcde188
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 b3e3c6e..16f59f6 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.1.1
+ PLATFORM_VERSION := 4.1.2
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"