aboutsummaryrefslogtreecommitdiff
path: root/version.mk
diff options
context:
space:
mode:
authorLive Channels Team <no-reply@google.com>2018-01-17 13:56:41 -0800
committerNick Chalko <nchalko@google.com>2018-01-18 01:51:43 +0000
commit944779887775bd950cf1abf348d2df461593f6ab (patch)
treef3c8bd17c7874f5cccb44d39f7b11b99376dfd03 /version.mk
parent38fef3bf253578f518d1bc727da4afb263194398 (diff)
downloadTV-944779887775bd950cf1abf348d2df461593f6ab.tar.gz
Sync aosp code with internal version.
Project import generated by Copybara. PiperOrigin-RevId: 182265045 Change-Id: I32cd1a70947fd245f8f70c19eb1713943c7af0bc
Diffstat (limited to 'version.mk')
-rw-r--r--version.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.mk b/version.mk
index 6886dc07..57f3a43b 100644
--- a/version.mk
+++ b/version.mk
@@ -1,4 +1,4 @@
-#
+#####################################################
# Copyright (C) 2015 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -48,13 +48,13 @@
base_version_major := 1
# Change this for each branch
-base_version_minor := 15
+base_version_minor := 17
# code_version_major will overflow at 22
code_version_major := $(shell echo $$(($(base_version_major)+3)))
# x86 and arm sometimes don't match.
-code_version_build := 007
+code_version_build := 001
#####################################################
#####################################################
# Collect automatic version code parameters