From 6ff434d659e0d56b2565194c60a3d07e0d85effe Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 15 Apr 2012 13:53:00 +0000 Subject: Call this mandoc 1.12.1. I refrained from merging one patch that i dislike and one that requires additional review, but we are now definitely much closer to 1.12.1 than to 1.12.0. --- 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 fc9e63438a3..e9bd2d34811 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.68 2012/01/16 08:42:38 schwarze Exp $ +# $OpenBSD: Makefile,v 1.69 2012/04/15 13:52:59 schwarze Exp $ .include -CFLAGS+=-DVERSION=\"1.12.0\" +CFLAGS+=-DVERSION=\"1.12.1\" CFLAGS+=-W -Wall -Wstrict-prototypes .if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4" -- cgit v1.2.3