diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-04-04 21:07:20 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-04-04 21:07:20 +0000 |
commit | 37570dc2b66d83a9fddcc731b09ddcdbeb64ce37 (patch) | |
tree | d21b781209124bb31eb0c926188e2b2062beebe4 /Makefile | |
parent | 712f9b074eead391a808fd7ebfbfecc4a54e92af (diff) | |
download | mandoc-37570dc2b66d83a9fddcc731b09ddcdbeb64ce37.tar.gz |
Version up to 1.11.1: here we go!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ # in the lower-left hand corner of -mdoc manuals. # CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" -VERSION = 1.10.10 -VDATE = 20 March 2011 +VERSION = 1.11.1 +VDATE = 04 April 2011 CFLAGS += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\"" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings PREFIX = /usr/local |