scdoc2mdoc

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

commit bcd942a02ff3911fe5babce8d6b9d814254ed3f1
parent 10aa93dcbd42a779306c41d6182af3b923b7c01d
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 27 Jan 2019 10:51:22 -0500

Update version to 1.7.1

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

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