From f7ba3a09658c526f4e0a8188b7e7eaf351797f51 Mon Sep 17 00:00:00 2001 From: schwarze Date: Sat, 13 Dec 2014 15:30:52 +0000 Subject: [PATCH] just released mandoc 1.13.2 --- usr.bin/mandoc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile index 061ef38f2b1..75724a39b9e 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.87 2014/11/28 18:35:37 schwarze Exp $ +# $OpenBSD: Makefile,v 1.88 2014/12/13 15:30:52 schwarze Exp $ .include -CFLAGS += -DVERSION=\"1.13.1\" +CFLAGS += -DVERSION=\"1.13.2\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter DPADD += ${LIBUTIL} LDADD += -lsqlite3 -lutil -- 2.20.1