From 7d5553e60f29b0d2c5d1981e836fe57708071eeb Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 3 Feb 2023 22:43:47 +0100 Subject: libstr 0.0.0-a1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e91bbb..7674ac9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SRC != find src -name '*.c' OBJ = ${SRC:.c=.o} LIBNAME = libstr -LIBVER = 0.0.0a1 +LIBVER = 0.0.0-a1 CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} -DLIBVER=\"${LIBVER}\" LDFLAGS = -- cgit v1.2.3