summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-08-19 12:50:27 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-08-19 12:50:27 -0400
commitae18a33e6481c8146774908e7d4a01934ce9bfa6 (patch)
tree3e18b10484f1224253592491c49fb841b3fb2017 /Makefile
parent5d03c9d460d1c1afcdf062d494537986ce96a690 (diff)
downloadbfs-ae18a33e6481c8146774908e7d4a01934ce9bfa6.tar.xz
Release 4.0.14.0.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf2e094..e18e3e1 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ gen/version.i.new::
elif test -e src/../.git && command -v git >/dev/null 2>&1; then \
git -C src/.. describe --always --dirty; \
else \
- echo "4.0"; \
+ echo "4.0.1"; \
fi | tr -d '\n' | build/embed.sh >$@
gen/version.i: gen/version.i.new