diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-07-18 22:15:05 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-07-18 22:15:05 +0000 |
commit | ab0e7f8f132ba2976f4b55d4566f73c1a702d55e (patch) | |
tree | 9f617e3e4986d43ced9b6d3c35fefe813ded1341 /usr.bin/mandoc | |
parent | d0316a88ecf7ca1e78a81f84a731edbca85814ed (diff) |
Kristaps was so happy about .Bl -hang support ("the last major missing
formatting feature") that he bumped the version from 1.7 to 1.8.
We are now in sync with release 1.8.0.
There is lots of work left, though, before we can use this in production...
Diffstat (limited to 'usr.bin/mandoc')
-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 85f491e153c..2c572d70942 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2009/07/13 00:37:07 schwarze Exp $ +# $OpenBSD: Makefile,v 1.10 2009/07/18 22:15:04 schwarze Exp $ .include <bsd.own.mk> -VERSION=1.7.24 +VERSION=1.8.0 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes .if ${USE_GCC3:L} != "no" |