summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2022-11-23 14:41:54 -0500
committerAndrew Belt <andrewpbelt@gmail.com>2022-11-23 14:41:54 -0500
commitab8d3cd7a000651acd58c0a7085f6dc5349815c4 (patch)
tree20bcd059977714b079160ef3d4231771e899bbb7
parent29f403eceb576a39da90510f614f35d1025d1e7a (diff)
Bump version.v2.2.0
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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