summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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