summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-01-31 11:26:41 -0500
committerTavian Barnes <tavianator@tavianator.com>2023-01-31 12:16:52 -0500
commita1bd70db67ddbe167caf15b7334b3588653d3b91 (patch)
tree03a1ed7eee13e353128105fe87d12f9c6af99c9d /Makefile
parent88525617e977b2b24315e8a7bc565c2975cdf345 (diff)
downloadbfs-a1bd70db67ddbe167caf15b7334b3588653d3b91.tar.xz
Release 2.6.32.6.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0247b47..b509065 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
endif
ifndef VERSION
-VERSION := 2.6.2
+VERSION := 2.6.3
endif
ifndef OS