summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-10-12 23:50:16 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-10-12 23:50:16 -0400
commitc25fa4fb5e58e20ce97c3747c05d26307a70baaa (patch)
tree5cd2999258a8821fef53dea94533dc5d6a94ad33 /GNUmakefile
parent5dbab7e7815800ea6a110519154f05485457b194 (diff)
downloadbfs-c25fa4fb5e58e20ce97c3747c05d26307a70baaa.tar.xz
Release 3.0.43.0.4
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 27d6674..011e397 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
endif
ifndef VERSION
-VERSION := 3.0.3
+VERSION := 3.0.4
endif
ifndef OS