diff options
author | 2014-08-14 02:49:23 +0000 | |
---|---|---|
committer | 2014-08-14 02:49:23 +0000 | |
commit | 513bfa4e67438b2b17cbada43277992bbcf82a7c (patch) | |
tree | 5e950c1fee2acd737e9e46efd8ca05909a1ce7a8 | |
parent | new regression tests collected during recent work (diff) | |
download | wireguard-openbsd-513bfa4e67438b2b17cbada43277992bbcf82a7c.tar.xz wireguard-openbsd-513bfa4e67438b2b17cbada43277992bbcf82a7c.zip |
mandoc 1.13.1 has been released
-rw-r--r-- | usr.bin/mandoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile index 648a25f59d5..ae61827f22a 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.80 2014/07/13 09:58:52 schwarze Exp $ +# $OpenBSD: Makefile,v 1.81 2014/08/14 02:49:23 schwarze Exp $ .include <bsd.own.mk> -CFLAGS += -DVERSION=\"1.13.0\" +CFLAGS += -DVERSION=\"1.13.1\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter DPADD += ${LIBUTIL} LDADD += -lsqlite3 -lutil |