aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-06-23 13:29:03 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-06-23 13:29:03 -0700
commite3dc1ac25db46f4db3b273be19d0cf0a7d807222 (patch)
tree03122283a09d54e105b0ec05510677b378a4c0c5
parentaff89a576088cffe6e98d10a48bcce2026ee6320 (diff)
downloadsource.android.com-e3dc1ac25db46f4db3b273be19d0cf0a7d807222.tar.gz
Add blank lines in the explanation for date codes.
Change-Id: I8fb326d08523e86f4d90faafea8084a6cb47262f
-rw-r--r--src/source/build-numbers.md23
1 files changed, 15 insertions, 8 deletions
diff --git a/src/source/build-numbers.md b/src/source/build-numbers.md
index 10b2b748..8518e81a 100644
--- a/src/source/build-numbers.md
+++ b/src/source/build-numbers.md
@@ -41,19 +41,26 @@ Honeycomb | 3.0 | API level 11
Honeycomb | 3.1 | API level 12
Starting with Cupcake, individual builds are identified with a short
-build code, e.g. FRF85B. The first letter is the code name of the
-release family, e.g. F is Froyo. The second letter is a branch code
-that allows Google to identify the exact code branch that the build
-was made from, and R is by convention the primary release branch.
+build code, e.g. FRF85B.
+
+The first letter is the code name of the release family, e.g. F is
+Froyo.
+
+The second letter is a branch code that allows Google to identify
+the exact code branch that the build was made from, and R is by
+convention the primary release branch.
+
The next letter and two digits are a date code. The letter counts
quarters, with A being Q1 2009. Therefore, F is Q2 2010. The two
digits count days within the quarter, so F85 is June 24 2010.
+
Finally, the last letter identifies individual versions related to
the same date code, sequentially starting with A; A is actually
-implicit and usually omitted for brevity. The date code is not
-guaranteed to be the exact date at which a build was made, and it is
-common that minor variations added to an existing build re-use the
-same date code as that existing build.
+implicit and usually omitted for brevity.
+
+The date code is not guaranteed to be the exact date at which a build
+was made, and it is common that minor variations added to an existing
+build re-use the same date code as that existing build.
## Source code tags and builds ##