From 369b6a409204a9b2a95f7ba575d7c3b7bdc94ab7 Mon Sep 17 00:00:00 2001 From: Youngsang Cho Date: Mon, 9 May 2016 18:52:12 -0700 Subject: DO NOT MERGE Sync to joey ub-tv-dev at e7fbaa585b1eb7afec05f05032d2e8d99fb595d4 Bug: 28469968 Change-Id: Ie0d3c74af84777dd8f2e2a79aa0454c7e6a7f0d8 --- version.mk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'version.mk') diff --git a/version.mk b/version.mk index 70f4ec4c..e0d8cd02 100644 --- a/version.mk +++ b/version.mk @@ -48,17 +48,13 @@ base_version_major := 1 # Change this for each branch -base_version_minor := 09 -# The date of the first commit checked in to the current branch -base_version_since := 2015-11-21 +base_version_minor := 10 # code_version_major will overflow at 22 code_version_major := $(shell echo $$(($(base_version_major)+3))) -git_commit_count := $(shell git --git-dir $(LOCAL_PATH)/.git rev-list --since=$(base_version_since) --all --count HEAD) # x86 and arm sometimes don't match. -#code_version_build := $(shell printf "%03d" $(git_commit_count)) -code_version_build := 420 +code_version_build := 596 ##################################################### ##################################################### # Collect automatic version code parameters -- cgit v1.2.3