summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2009-07-26 23:54:24 +0000
committerschwarze <schwarze@openbsd.org>2009-07-26 23:54:24 +0000
commit890c17a3042aa5611b54aa3e92f7b867c7fd8ed4 (patch)
treed02fa90d9bb87ce185c0791fac1504199a63509e
parentsync to 1.8.1: explicit-close macros now only warn when encountering (diff)
downloadwireguard-openbsd-890c17a3042aa5611b54aa3e92f7b867c7fd8ed4.tar.xz
wireguard-openbsd-890c17a3042aa5611b54aa3e92f7b867c7fd8ed4.zip
now in sync with version 1.8.1
-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 2c572d70942..f4040cf4149 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.10 2009/07/18 22:15:04 schwarze Exp $
+# $OpenBSD: Makefile,v 1.11 2009/07/26 23:54:24 schwarze Exp $
.include <bsd.own.mk>
-VERSION=1.8.0
+VERSION=1.8.1
CFLAGS+=-DVERSION=\"${VERSION}\"
CFLAGS+=-W -Wall -Wstrict-prototypes
.if ${USE_GCC3:L} != "no"