From af7f7130fd25ea8eb99c27c9739622d3914dc0d6 Mon Sep 17 00:00:00 2001 From: Martin Hibdon Date: Mon, 9 Dec 2013 15:55:06 -0800 Subject: [PATCH] Update version number This also changes the version number format. Instead of being a single increment each time, we're actually encoding the date in the version number. The format is now vvMMDDc where vv is major version number MM is the ordinal month number. This starts at 0 for each major release and counts up for each month DD is the day of the month c is a code which increments per version, in case we have multiple releases on the same date. This should start at zero. Change-Id: I006745754614e9c72261035748a90a38871b67e6 --- AndroidManifest.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6231a6b39..c1ff1beaa 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -14,9 +14,16 @@ See the License for the specific language governing permissions and limitations under the License. --> + + android:versionCode="6200090" >