diff --git a/Makefile b/Makefile index 8c8e3ccc..63e1c28b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME=Clash.Meta BINDIR=bin BRANCH=$(shell git rev-parse --abbrev-ref HEAD) VERSION=$(shell git describe --tags || echo "unknown version" ) -ifeq ($(BRANCH),Feature) +ifeq ($(BRANCH),Alpha) VERSION=alpha-$(shell git rev-parse --short HEAD) endif BUILDTIME=$(shell date -u)