X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/850d2c21071160836e43705457e1a7fb48d3bab9..dd4e091e1cb505b2de795c00410e4d592d03108c:/Makefile?ds=inline diff --git a/Makefile b/Makefile index cf0a88b0..a0b6b7f2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .SUFFIXES: .html .sgml -VERSION = 1.3.8 +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 \