summaryrefslogtreecommitdiffstatshomepage
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
commit21c6f85497b913e7eac826657454c2b6dc540bc6 (patch)
tree20900f76ece60d5e91858e5b1e319da47ec0eab8
parentfcd007c83a9fe52670f601eb93f92908ed862b8b (diff)
downloadmandoc-21c6f85497b913e7eac826657454c2b6dc540bc6.tar.gz
mandoc-21c6f85497b913e7eac826657454c2b6dc540bc6.tar.zst
mandoc-21c6f85497b913e7eac826657454c2b6dc540bc6.zip
Version (bug-fix).
-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