scdoc2mdoc

A fork of scdoc to output mdoc(7)
git clone git://git.sgregoratto.me/scdoc2mdoc
Log | Files | Refs | README | LICENSE

commit a3742d68042345909c7eaf27ef29917642ca7348
parent 316e53b36f36446a94c8f98543602029fe2a6dd8
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 18 Oct 2018 08:18:40 -0400

Update version to 1.5.2

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.5.1 +VERSION=1.5.2 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude