summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2009-07-13 00:37:07 +0000
committerschwarze <schwarze@openbsd.org>2009-07-13 00:37:07 +0000
commit8572c2bd89526cb1e45f13d40bbb3ecb48f7d55e (patch)
tree703b6daa537e71b2d1a2bec677deb0de2896cc42
parentsync to 1.7.24: mdoc_nwarn/mdoc_nerr got mixed up; (diff)
downloadwireguard-openbsd-8572c2bd89526cb1e45f13d40bbb3ecb48f7d55e.tar.xz
wireguard-openbsd-8572c2bd89526cb1e45f13d40bbb3ecb48f7d55e.zip
now in sync with release 1.7.24
-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 c093b699848..85f491e153c 100644
--- a/usr.bin/mandoc/Makefile
+++ b/usr.bin/mandoc/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.8 2009/07/12 22:53:55 schwarze Exp $
+# $OpenBSD: Makefile,v 1.9 2009/07/13 00:37:07 schwarze Exp $
.include <bsd.own.mk>
-VERSION=1.7.23
+VERSION=1.7.24
CFLAGS+=-DVERSION=\"${VERSION}\"
CFLAGS+=-W -Wall -Wstrict-prototypes
.if ${USE_GCC3:L} != "no"