scdoc2mdoc

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

commit 71a5592354dd6750b75f7cd8291d1467cf9146fa
parent ab1969b0150fc5a171f6fe5f6dcd0b545d1f403f
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 20 Jan 2019 10:25:12 -0500

Update version to 1.6.1

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

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