X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/7539dc2101f097466da8b895b680b64f5015d3ef..dd4e091e1cb505b2de795c00410e4d592d03108c:/Makefile diff --git a/Makefile b/Makefile index 5a5237a5..a0b6b7f2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .SUFFIXES: .html .sgml -VERSION = 1.3.9 +VERSION = 1.3.12 VDATE = 28 February 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 \