From 41c641067186eed13f363248246ffa1d3aec9914 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 7 Feb 2023 12:43:47 +0100 Subject: libstr 0.0.0-a2 This release changes only the directory structure. Itsn't adding new functions. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 826621d..01f57a3 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CC = cc OBJ = ${SRC:.c=.o} LIBNAME = libstr -LIBVER = 0.0.0-a1 +LIBVER = 0.0.0-a2 OPTIM = -O2 -pipe STD = -ansi --std=c89 -pedantic -- cgit v1.2.3