From 46e6caba601648c8002bf3e6498b650b79da9611 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Sat, 4 Feb 2023 01:48:52 +0100 Subject: liblog 0.0.0-a1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b831cbb..6d3cbda 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SRC != find src -name "*.c" OBJ = ${SRC:.c=.o} LIBNAME = liblog -LIBVER = 0 +LIBVER = 0.0.0-a1 CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} ${LIBINC} -DLIBVER=\"${LIBVER}\" LDFLAGS = ${LIBS} -- cgit v1.2.3