summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-10-12 23:52:49 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-10-12 23:52:49 -0400
commit6539791c7da12ab9e1dcca445faf1cd0b0bb302a (patch)
treeaedf2919c91da3e05c0ee95965a6597b5956bfca /GNUmakefile
parentda21718ab320f144e22b6b1147fc8b5d6401870a (diff)
parentc25fa4fb5e58e20ce97c3747c05d26307a70baaa (diff)
downloadbfs-6539791c7da12ab9e1dcca445faf1cd0b0bb302a.tar.xz
Merge tag '3.0.4'
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a5a2a00..45797e2 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