From 9fd745ea86c07605785233db120df8490e2d7426 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 23 Feb 2023 16:33:25 +0100 Subject: string2 0.0.0-a3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01f57a3..140a13b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CC = cc OBJ = ${SRC:.c=.o} LIBNAME = libstr -LIBVER = 0.0.0-a2 +LIBVER = 0.0.0-a3 OPTIM = -O2 -pipe STD = -ansi --std=c89 -pedantic -- cgit v1.2.3