diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-08-14 02:49:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-08-14 02:49:24 +0000 |
commit | 59f927c933d12329b8350d7329d557721dca5552 (patch) | |
tree | 7e220453e3c5ed2c3f9bfa6ea4229c39f2f54f98 /usr.bin/mandoc/Makefile | |
parent | 69e70a7eb8d2737c60db8637186c28d6e5a2e248 (diff) |
mandoc 1.13.1 has been released
Diffstat (limited to 'usr.bin/mandoc/Makefile')
-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 |