From 719a8c9d6042cb0042750fea94a71cbc4948061e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 18 Jun 2015 19:16:48 +0300 Subject: [PATCH] Makefile: switch to 10.6 Signed-off-by: Igor Gnatenko --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b264810..df96da0 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SANITIZE ?= 1 ifeq ($(strip $(COMMIT)),) COMMIT = `date +%Y%m%d` - BRANCH = 10.5 + BRANCH = 10.6 else BRANCH = master endif