diff --git a/Makefile b/Makefile index cc3fa288..e1be07d1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ RACK_DIR ?= . VERSION_MAJOR := 2 -VERSION := $(shell git describe --tags) -VERSION := $(patsubst v%,%,$(VERSION)) +VERSION := 2.2.0 FLAGS += -Iinclude -Idep/include