diff options
-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 |