The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=af2949cd29ef453a63a6345de396be866138b051
commit af2949cd29ef453a63a6345de396be866138b051 Author: Alexander Ziaee <zi...@freebsd.org> AuthorDate: 2025-06-26 12:48:25 +0000 Commit: Alexander Ziaee <zi...@freebsd.org> CommitDate: 2025-06-26 16:41:01 +0000 mandoc: Bump version string to 1.14.6s20250613 The mandoc compiler is still at version 1.14.6, but we have imported several snapshots since the version was bumped. Append a snapshot date string to the version to reflect this. Requested by: wosch Discussed with: bapt --- contrib/mandoc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mandoc/Makefile b/contrib/mandoc/Makefile index cd3f16652069..7ec34a560504 100644 --- a/contrib/mandoc/Makefile +++ b/contrib/mandoc/Makefile @@ -15,7 +15,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -VERSION = 1.14.6 +VERSION = 1.14.6s20250613 # === LIST OF FILES ====================================================