summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-10-21 13:33:28 -0700
committerSascha Haeberling <haeberling@google.com>2013-10-21 13:49:09 -0700
commit73da1e35471769cfca9fac9ac1ae315a1709b540 (patch)
tree029a3fafad3f8752b6d5af34f8dee583337f63ad
parent68c1c1e02143e3d2c2dbc658645a3a981f58cdd5 (diff)
downloadandroid_packages_apps_Snap-73da1e35471769cfca9fac9ac1ae315a1709b540.tar.gz
android_packages_apps_Snap-73da1e35471769cfca9fac9ac1ae315a1709b540.tar.bz2
android_packages_apps_Snap-73da1e35471769cfca9fac9ac1ae315a1709b540.zip
Bump version number for MR1
Bug: 11240056 Change-Id: Ia3ad9f86516eed5ca60e8707d53139d54e3ee562
-rw-r--r--version.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/version.mk b/version.mk
index 2b6077a40..869c764ad 100644
--- a/version.mk
+++ b/version.mk
@@ -29,12 +29,16 @@
# NOTE: arch needs to be more significant than density because x86 devices support running ARM
# code in emulation mode, so all x86 versions must be higher than all ARM versions to ensure
# we deliver true x86 code to those devices.
+#
+# HISTORY:
+# 2.0.001 - Factory ROM and 0-day OTA 4.4 (KK)
+# 2.0.002 - 4.4 MR1 system image
# Specify the following manually. Note that base_version_minor must be exactly 1 digit and
# base_version_build must be exactly 3 digits.
base_version_major := 2
base_version_minor := 0
-base_version_build := 001
+base_version_build := 002
#####################################################
#####################################################