summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2012-04-15 13:53:00 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2012-04-15 13:53:00 +0000
commit6ff434d659e0d56b2565194c60a3d07e0d85effe (patch)
tree6fbbfa55df53b1cf1e31bb2566bddce079ba554d
parented44b20baed09ae807f62678ca8e6c480703578a (diff)
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.
-rw-r--r--usr.bin/mandoc/Makefile4
1 files 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 <bsd.own.mk>
-CFLAGS+=-DVERSION=\"1.12.0\"
+CFLAGS+=-DVERSION=\"1.12.1\"
CFLAGS+=-W -Wall -Wstrict-prototypes
.if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4"