From ab8d3cd7a000651acd58c0a7085f6dc5349815c4 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 23 Nov 2022 14:41:54 -0500 Subject: [PATCH] Bump version. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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