From 097152035ee6e9b9103f977abed7b6fe9ccd4c6d Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 11 May 2023 17:32:12 +0200 Subject: string2 0.0.0-a4 --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 2ecd96c..ee9f2d1 100644 --- a/config.mk +++ b/config.mk @@ -9,7 +9,7 @@ OBJ = ${SRC:.c=.o} NAME = str2 LIBNAME = lib${NAME} LIBDSCR = String library (extension of the C standard string library) -LIBVER = 0.0.1 +LIBVER = 0.0.0-a4 PC_FILE = ${NAME}.pc -- cgit v1.2.3