From dbe34e34a7abc5a0fb1b070911264290b63e5371 Mon Sep 17 00:00:00 2001 From: Liam Teale Date: Thu, 26 Dec 2024 16:11:43 -0800 Subject: [PATCH] bump version to 0.3.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53431eb..89bf009 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.3.2 +VERSION:=0.3.3 # 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)))