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 | |
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).
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | index.sgml | 2 |
2 files changed, 2 insertions, 2 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 @@ -388,7 +388,7 @@ <TR> <TD> <DIV CLASS="foot"> - Copyright © 2008–2010 Kristaps Dzonsons, $Date$ + Copyright © 2008–2011 Kristaps Dzonsons, $Date$ </DIV> </TD> </TR> |