On 2025-06-26 00:50 -04:00 EDT, "Wolfram Schneider" <wo...@freebsd.org> wrote: > On Wed, 25 Jun 2025 at 19:53, Alexander Ziaee <zi...@freebsd.org> wrote: >> >> The branch main has been updated by ziaee: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=4c07abdbacf49e4ba749b8720916d8cd340a50b8 >> >> commit 4c07abdbacf49e4ba749b8720916d8cd340a50b8 >> Merge: 7ed1628066ea 7a0bec970311 >> Author: Alexander Ziaee <zi...@freebsd.org> >> AuthorDate: 2025-06-25 17:50:25 +0000 >> Commit: Alexander Ziaee <zi...@freebsd.org> >> CommitDate: 2025-06-25 17:52:14 +0000 >> >> mandoc: Vendor import of upstream at 2025-06-13 >> >> Interesting changes: >> + Lb is now part of SNYOPSIS, the LIBRARY section is deprecated >> + Ft now takes multiple args, and no longer should be quoted >> + Fix a segfaut on malformed Tg markup >> >> contrib/mandoc/mandocdb.c | 27 ++++++++-- >> contrib/mandoc/mdoc.7 | 109 >> +++++++++++++++++++++++------------------ >> contrib/mandoc/mdoc_macro.c | 7 ++- >> contrib/mandoc/mdoc_validate.c | 37 +++++++++++--- >> 4 files changed, 117 insertions(+), 63 deletions(-) > > You didn't updated the VERSION in src/contrib/mandoc/Makefile > The codebase is no longer a stock 1.14.6
Thanks! What should I bump it to? Looking at the log for the Makefile, it seems no one has updated the version string for a snapshot so far. Best, Alex