summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2009-06-27 13:28:09 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2009-06-27 13:28:09 +0000
commita07edea1d911a60ca23d288f806db46a9db3976a (patch)
tree7d97d9bff0750402affb7167e5f12cca8d049959
parent8654085778f2d528fc4324ca13134b9c82a50d5a (diff)
Now in sync with 1.7.20, except that a few patches looking incorrect
have not been merged but instead reported upstream, and a few additional patches approved upstream have already been merged.
-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 9fba90c4000..786dd7df6cd 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.5 2009/06/21 20:52:39 schwarze Exp $
+# $OpenBSD: Makefile,v 1.6 2009/06/27 13:28:08 schwarze Exp $
.include <bsd.own.mk>
-VERSION=1.7.19
+VERSION=1.7.20
CFLAGS+=-DVERSION=\"${VERSION}\"
CFLAGS+=-W -Wall -Wstrict-prototypes
.if ${USE_GCC3:L} != "no"