summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-06-02 14:45:20 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-06-02 14:46:02 -0400
commit6e080cda6978476b1c7ae8e08cd34f67e29aa147 (patch)
treeaab942388bf7a5592243879ba30690ca42a8be8f /Makefile
parent1eeadd8e9402c69afff85b187683bc50292d00a5 (diff)
downloadbfs-6e080cda6978476b1c7ae8e08cd34f67e29aa147.tar.xz
Release 2.2.12.2.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d70c6e..6c96fb8 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 2.2
+VERSION := 2.2.1
else
VERSION := $(shell git describe --always)
endif