From 3548661f21b658b2fa66e30d835f1ba252d4ee6b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 23 Nov 2025 05:56:23 -0500 Subject: Fix "unknown error" (means truncated), move "junk at EOF" to warnings section of man page. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 68d6244..57d389e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,7 +35,7 @@ STRIP=yes # ### No user-serviceable parts below. -VERSION=0.1.0 +VERSION=0.2.0 CFLAGS=-DVERSION='"$(VERSION)"' -Wall -I../f65 $(COPT) -- cgit v1.2.3