aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Koh <justinkoh@google.com>2014-10-02 16:41:53 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-02 16:41:53 +0000
commit626f62b34178d4ef6340a0e8a0f6d56d05181939 (patch)
tree327c51f2c15f4add949ff098fe77e4157faa69ab
parent6f1efb310be5f66f05a0ac40f4af92d4770a7598 (diff)
parentcef526f0f48340256a79999cb2ddbc1c86933141 (diff)
downloadbuild-626f62b34178d4ef6340a0e8a0f6d56d05181939.tar.gz
am cef526f0: DO NOT MERGE Update version code for MR1 (4.4W.2)
* commit 'cef526f0f48340256a79999cb2ddbc1c86933141': DO NOT MERGE Update version code for MR1 (4.4W.2)
-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 5737618886..d5b1e6217b 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.4W.1
+ PLATFORM_VERSION := 4.4W.2
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"