diff options
author | 2011-07-31 16:15:40 +0000 | |
---|---|---|
committer | 2011-07-31 16:15:40 +0000 | |
commit | de50c993c103bbb3eb754553bf0e02b50d3de7c6 (patch) | |
tree | 3d2a869f2dde923bd5fdbfbdc0c11fe024ddf705 | |
parent | regen (diff) | |
download | wireguard-openbsd-de50c993c103bbb3eb754553bf0e02b50d3de7c6.tar.xz wireguard-openbsd-de50c993c103bbb3eb754553bf0e02b50d3de7c6.zip |
Actually, by merging individual patches, we are already in sync
with release 1.11.4. Correct this for release.
-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 d507dc9af42..372631562a5 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.56 2011/05/29 21:22:18 schwarze Exp $ +# $OpenBSD: Makefile,v 1.57 2011/07/31 16:15:40 schwarze Exp $ .include <bsd.own.mk> -VERSION=1.11.3 +VERSION=1.11.4 CFLAGS+=-DVERSION=\"${VERSION}\" CFLAGS+=-W -Wall -Wstrict-prototypes |