diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-02 11:17:29 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-02 11:26:22 -0400 |
commit | aab0cdfef0df2e0a478ad062899c044fae0aec76 (patch) | |
tree | 54e4719e29636f20f75de4a560f3bd65a22cd870 /Makefile | |
parent | cf080ec377461ca6fe2e0e9bb8b25ad63bda6bc6 (diff) | |
download | bfs-aab0cdfef0df2e0a478ad062899c044fae0aec76.tar.xz |
Release 3.23.2
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.1.3"; \ + echo "3.2"; \ fi | tr -d '\n' >>$@ @printf '";\n' >>$@ |