From 584bff1f39375c3e02228543b2b6d8164d208712 Mon Sep 17 00:00:00 2001 From: Liam Teale Date: Wed, 1 Jan 2025 19:20:19 -0800 Subject: [PATCH] bump version to v0.1.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9659b89..1424a61 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,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:=LemLog -VERSION:=0.1.3 +VERSION:=0.1.4 # 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)))