From b0b3139ec2409c1a0fca6270ec0e17215f339bbe Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 14 Mar 2023 18:18:13 +0100 Subject: libutils 0.0.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dabaea9..cb5e2a8 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ SHARED = ${LIBNAME}.so ARCHIVE = ${LIBNAME}.a DISTNAME = ${LIBNAME}-${VERSION} -VERSION = 0.0.0 +VERSION = 0.0.1 PREFIX = /usr/local WARNINGS = -Wall -Werror -pedantic -- cgit v1.2.3