scdoc2mdoc

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

commit 82a159e870d0da5f32445fe9e7c717426d756e1f
parent da3cd52d0a58e1c0042cb5f9dd8293e40e8f310d
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun,  7 Oct 2018 11:53:15 -0400

Update version to 1.5.0

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

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