From f1a5e62f92332f7cec347c41529623f04e850a18 Mon Sep 17 00:00:00 2001 From: Liam Teale <111480281+SizzinSeal@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:14:55 -0800 Subject: [PATCH] bump version to v0.4.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83b9331..962f889 100755 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ IS_LIBRARY:=1 # Be sure that your header files are in the include directory inside of a folder with the # same name as what you set LIBNAME to below. LIBNAME:=units -VERSION:=0.4.0 +VERSION:=0.4.1 # EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c # this line excludes opcontrol.c and similar files EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext)))