summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-06-03 18:34:01 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-06-03 18:34:01 -0400
commit32d252598e855829ebdc657e635f93270600b5a2 (patch)
tree32da4f1dc5d66cd6600fe427a8ca4a45309cef9f /Makefile
parent6fcc0f217e3352e4f935f3e66a62c1cf7073dcb9 (diff)
parent9e408d4bb50cb7c4e9d0a007b95f9fb9d32a16d0 (diff)
downloadbfs-32d252598e855829ebdc657e635f93270600b5a2.tar.xz
Merge branch 'revert-eloop'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cfefe62..e256ac7 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ gen/version.c.new::
elif test -e src/../.git && command -v git >/dev/null 2>&1; then \
git -C src/.. describe --always --dirty; \
else \
- echo "3.3"; \
+ echo "3.3.1"; \
fi | tr -d '\n' >>$@
@printf '";\n' >>$@