diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-06-03 18:34:01 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-06-03 18:34:01 -0400 |
commit | 32d252598e855829ebdc657e635f93270600b5a2 (patch) | |
tree | 32da4f1dc5d66cd6600fe427a8ca4a45309cef9f /Makefile | |
parent | 6fcc0f217e3352e4f935f3e66a62c1cf7073dcb9 (diff) | |
parent | 9e408d4bb50cb7c4e9d0a007b95f9fb9d32a16d0 (diff) | |
download | bfs-32d252598e855829ebdc657e635f93270600b5a2.tar.xz |
Merge branch 'revert-eloop'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' >>$@ |