summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-30 08:24:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-30 08:24:01 +0000
commitcdce82be1753e738186e0b27a8ad7b9cf9c2412c (patch)
tree9a22ba6c080c42deecad5a772e67adcba75114f8 /Makefile
parentc270a3e5debc9428c1ee317603730c73802d0a77 (diff)
downloadmandoc-cdce82be1753e738186e0b27a8ad7b9cf9c2412c.tar.gz
Modified in_line_eoln() to handle leading punctuation.VERSION.1.9.20
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 432c4f41..c1ce8c1c 100644
--- a/Makefile
+++ b/Makefile
@@ -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