X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/7539dc2101f097466da8b895b680b64f5015d3ef..3c7838cda25491d6a9acacc5a9d6c117d495aef9:/Makefile diff --git a/Makefile b/Makefile index 5a5237a5..a8841330 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .SUFFIXES: .html .sgml -VERSION = 1.3.9 -VDATE = 28 February 2009 +VERSION = 1.3.13 +VDATE = 01 March 2009 CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -114,6 +114,7 @@ SUCCEED = regress/test.prologue.05 \ regress/test.list.04 \ regress/test.list.05 \ regress/test.list.06 \ + regress/test.list.07 \ regress/test.sh.01 \ regress/test.sh.02 \ regress/test.escape.00 \