diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-30 08:24:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-30 08:24:01 +0000 |
commit | cdce82be1753e738186e0b27a8ad7b9cf9c2412c (patch) | |
tree | 9a22ba6c080c42deecad5a772e67adcba75114f8 /Makefile | |
parent | c270a3e5debc9428c1ee317603730c73802d0a77 (diff) | |
download | mandoc-cdce82be1753e738186e0b27a8ad7b9cf9c2412c.tar.gz |
Modified in_line_eoln() to handle leading punctuation.VERSION.1.9.20
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.18 -VDATE = 27 March 2010 +VERSION = 1.9.20 +VDATE = 30 March 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |