diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 09:00:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 09:00:41 +0000 |
commit | 19504e01c700e1356dcbcf40adfe47966b04fad8 (patch) | |
tree | 15d02f661c39a512033bd85829f2c986fe8c7480 /Makefile | |
parent | 1fe981dc5f7f8713b09d7b5261990131ed6ff843 (diff) | |
download | mandoc-19504e01c700e1356dcbcf40adfe47966b04fad8.tar.gz |
Version: 1.9.10.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.9 -VDATE = 21 October 2009 +VERSION = 1.9.10 +VDATE = 26 October 2009 VFLAGS = -DVERSION="\"$(VERSION)\"" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g |