From 7141994db7da1fdc23ee695d579456d49957bd93 Mon Sep 17 00:00:00 2001 From: Liam Teale <111480281+SizzinSeal@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:14:24 -0700 Subject: [PATCH] bump version to v0.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a60502c..eca4fc3 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.1.0 +VERSION:=0.2.0 # 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)))