Makefile: switch to 10.6

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-06-18 19:16:48 +03:00
parent 4de1f0c875
commit 719a8c9d60
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SANITIZE ?= 1
ifeq ($(strip $(COMMIT)),)
COMMIT = `date +%Y%m%d`
BRANCH = 10.5
BRANCH = 10.6
else
BRANCH = master
endif