diff --git a/Makefile b/Makefile index 82a05b8c..f4775ed7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ifeq ($(BRANCH),Alpha) VERSION=alpha-$(shell git rev-parse --short HEAD) else ifeq ($(BRANCH),Beta) VERSION=beta-$(shell git rev-parse --short HEAD) -else ifeq ($(BRANCH),Meta) +else ifeq ($(BRANCH),HEAD) VERSION=$(shell git describe --tags) else VERSION=unknown