From 551e86f9d938c7e11669d3468a68e8de3618249a Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 22 Jan 2022 05:14:22 -0500 Subject: release: basic working prototype --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 82b0539..ab39d6d 100644 --- a/config.mk +++ b/config.mk @@ -1,2 +1,2 @@ -VERSION = 0.0.0 +VERSION = 0.0.1 CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700 -- cgit 1.4.1