summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-24 14:14:00 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-24 14:14:00 +0000
commit9b1bce136cbcf9fc9fdefd67fd3142c2a554069a (patch)
tree9b30b182f07ec7278a009e3d29f932d647df2a19 /Makefile
parent8d5ca2330a9d86880ee07d6fecf0befff8d445f4 (diff)
downloadmandoc-9b1bce136cbcf9fc9fdefd67fd3142c2a554069a.tar.gz
Apparently the U tag is deprecated, so use a SPAN instead (blah). Bump
version date for release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7fa0cde1..fd8fd16e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ INSTALL_LIB = $(INSTALL) -m 0644
INSTALL_MAN = $(INSTALL_DATA)
VERSION = 1.10.8
-VDATE = 23 December 2010
+VDATE = 24 December 2010
VFLAGS = -DVERSION="\"$(VERSION)\""
WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings