aboutsummaryrefslogtreecommitdiff
path: root/version.mk
diff options
context:
space:
mode:
authorNick Chalko <nchalko@google.com>2016-05-04 11:20:31 -0700
committerNick Chalko <nchalko@google.com>2016-05-04 11:21:28 -0700
commit2e1279b8bbe0603fb4399b25b73121bed5953c46 (patch)
tree83d9dc7e66f196f2da6fb691d5bba5b2ee2b67b9 /version.mk
parentadcc7b8a20af38d03a47f8b7c4ab5eed256f085c (diff)
downloadTV-2e1279b8bbe0603fb4399b25b73121bed5953c46.tar.gz
Sync to joey ub-tv-dev at e7fbaa585b1eb7afec05f05032d2e8d99fb595d4
Change-Id: Ib2da547fc0b23c3b504e2fac9c635954fc03060f
Diffstat (limited to 'version.mk')
-rw-r--r--version.mk8
1 files changed, 2 insertions, 6 deletions
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