diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-07 15:22:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-07 15:22:21 +0000 |
commit | e524e4faa861bbbcd2c8889fd1731bf9cf334399 (patch) | |
tree | 29cf686f17452f3fb9199f604e6845df3258402c /Makefile | |
parent | f911b035e795390d6989cd9b2dc116245d02eaec (diff) | |
download | mandoc-e524e4faa861bbbcd2c8889fd1731bf9cf334399.tar.gz |
Meh, 2010->2011. Changed the live index.html file so as not to confuse
people (although the tagged 1.10.9 release will show 2010).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ INSTALL_LIB = $(INSTALL) -m 0644 INSTALL_MAN = $(INSTALL_DATA) VERSION = 1.10.9 -VDATE = 07 January 2010 +VDATE = 07 January 2011 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |