From 819936f4e536299f1e2eefc650e447ee3eecbe9b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 24 Dec 2024 17:49:18 -0500 Subject: add -A (ASCII output) option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b074e7..fcf4a9d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ GZIP_MAN=yes # ### No user-serviceable parts below. -VERSION=0.3.0 +VERSION=1.0.0 DEFINES=-DVERSION='"$(VERSION)"' WARNFLAGS=-std=c89 -Wall -pedantic -Wextra -- cgit v1.2.3