summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-31 06:29:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-31 06:29:42 +0000
commit4def741022521a8214934ceba8f19a87b1655e69 (patch)
treee0f1847fdbf0bcbdda9f325ccd17e826264a9716 /Makefile
parent6116d25719e13406ee310672f3d448688af83da5 (diff)
downloadmandoc-4def741022521a8214934ceba8f19a87b1655e69.tar.gz
Version (bug-fix).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c1ce8c1c..b6a155be 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.20
-VDATE = 30 March 2010
+VERSION = 1.9.21
+VDATE = 31 March 2010
VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings