summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-05-28 16:32:42 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-05-28 16:32:42 -0400
commit6e4c3893ae4e053d571ee538f8b4dc4e6cfce658 (patch)
tree41f0be6e9a6d497300feb5bc407977d39dcfd961 /Makefile
parentfa24499735018e2cb81a6a76aa8b5e72695fb8ad (diff)
downloadbfs-6e4c3893ae4e053d571ee538f8b4dc4e6cfce658.tar.xz
Release 3.33.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f33a604..cfefe62 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.2"; \
+ echo "3.3"; \
fi | tr -d '\n' >>$@
@printf '";\n' >>$@