diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-07 12:20:07 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-07 12:20:07 +0000 |
commit | 1ce42efc4cb4b55e9e64a347176288d71b9d5cc5 (patch) | |
tree | 543e50a354db7bb15c417954718f7d537979bd1a /Makefile | |
parent | 7a81f9e233885e597b9457c9cb8f35f70d46363b (diff) | |
download | mandoc-1ce42efc4cb4b55e9e64a347176288d71b9d5cc5.tar.gz |
Added version bits for 1.10.1.
Spell-checked manuals.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ INSTALL_LIB = $(INSTALL) -m 0644 INSTALL_MAN = $(INSTALL_DATA) VERSION = 1.10.1 -VDATE = 03 June 2010 +VDATE = 07 June 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |