diff options
author | Bart Sears <bsears@google.com> | 2015-03-25 21:04:38 -0700 |
---|---|---|
committer | Bart Sears <bsears@google.com> | 2015-03-25 21:04:38 -0700 |
commit | 1c3bf5c39d281be4b437bc1a367c49b72c6e10b9 (patch) | |
tree | 61193005649ac933d693eb9afdfbc3df0ff6fa31 /core | |
parent | ad54a4dab520d84f76c9ad6a83be92b5563de24e (diff) | |
download | build-1c3bf5c39d281be4b437bc1a367c49b72c6e10b9.zip build-1c3bf5c39d281be4b437bc1a367c49b72c6e10b9.tar.gz build-1c3bf5c39d281be4b437bc1a367c49b72c6e10b9.tar.bz2 |
DO NOT MERGE - Bump version to 5.1.1
Bug: 19939307
Change-Id: I069f514fe6d3759aa7dde38627c54f7bed38c1bb
Diffstat (limited to 'core')
-rw-r--r-- | core/version_defaults.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index d87a032..cc63286 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 := 5.1 + PLATFORM_VERSION := 5.1.1 endif ifeq "" "$(PLATFORM_SDK_VERSION)" |