scdoc2mdoc

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

commit 13283e7b64a683973054679b07119c8f8b0d16d1
parent 27511c55362cb35c48344d669acf1ac8f69c9616
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun,  7 Oct 2018 11:54:39 -0400

Update version to 1.5.1

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

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