scdoc2mdoc

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

commit 8ed8b6bd77d02c94a37dd7bca9f788c86596380f
parent f5df476feba82ea69e628d2a7fed99c6441f2011
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 25 Jan 2018 19:02:23 -0500

Bump version to 1.2.3

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

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