diff --git a/Makefile b/Makefile index 6d76134..f1f76bc 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SANITIZE ?= 1 ifeq ($(strip $(COMMIT)),) COMMIT = `date +%Y%m%d` - BRANCH = 11.0 + BRANCH = 11.1 else BRANCH = master endif