scdoc2mdoc

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

commit e971203b15306dd7492a23830833eb32fdee44ea
parent 199998afafd9415f8d330159e18f70422c4b6174
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 31 May 2018 17:26:15 -0400

Update version in Makefile to 1.3.4

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

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